PDA

View Full Version : Xin giúp đỡ trong ASP



S_a_i
27-12-2008, 15:36
Mình mới học asp
Mình muốn chèn id cho combobox giống như cái này :<a href=ThoiKhoaBieu.asp?id=<%=rst("MaGv")%>

Còn đây là đoạn code của combobox

<select size="1" name="cbo" onchange="GetMaGv()">

<% do while not rst.eof
response.write"<option value="& rst("MaGv")&">"
response.write rst("MaGv")& "</option>"
rst.movenext
loop
rst.close
set rst=nothing %></select>

Ai giúp mình với