FillLV




<SELECT NAME=Country>
<%
'APRI IL DATABASE

'...

Country = Trim( Request.Querystring ("Country") )
Do while NOT RS.EOF
Selected = ""
IF Country = trim ( oRS("Country") ) then Selected=" SELECTED"
Response.write "<OPTION" & mSelected & ">" & RS("Country")
RS.MoveNext
Loop
%></SELECT>










( filllv.html )- by Paolo Puglisi - Modifica del 17/12/2023