codice:
do while not Rsx.eof 
valore=Rsx("ch") 
nome=Rsx("ch")
response.write("<option value=""" & valore & """ <% if blabal then response.write ""SELECTED"" %>>" & nome &" </option>") 
Rsx.movenext