codice:
<%
         '################################
         sqlx = "SELECT * From menutendina where nome= 'tcampo1a' 
         set rsx = Conn.Execute (sqlx)
         '################################
    
    %>
    <select size="1" name="provincia">
    <%
    c=0
    do until not c<20
    %>
     <%if rsx("a")<>"" then %>  QUesto nn riesco a capire a cosa ti serva....
      <option value="valore<%=c%>">nome<%=c%></option>
     <% end if %>
     <%
      c=c+1
      Loop
     %>
      </select>