combobox

<!--#include file="connection.asp"-->

<form action="xulynhapve.asp" method="post">

Mave:   <input type="text" name="mavt">

Matau:  <select name="mat">

<%

openconn

set tau=server.createobject("ADODB.recordset")

tau.open "select * from tau",conn,3,3

if tau.recordcount>0 then

do while not tau.eof

%>

<option value="<%=tau("mat")%>"><%=tau("tentau")%></option>

<%

tau.movenext

loop

end if

tau.close

set tau=nothing

huyconn

%>

</select>

Chieudi:<input type="text" name="chieudi">

Dongia: <input type="text" name="dongia">

Gioxp:  <input type="text" name="gioxp">

        

<input type="submit" value="Thuc hien">

</form>

Bạn đang đọc truyện trên: AzTruyen.Top

Tags: #hieu