ComboBox

elbahari

Nuovo Utente
6 Ott 2004
7
0
0
Sono arrivata a questo punto :


<tr>
<td nowrap><b><u>N</u>ome:</b></td>
<td width="100%"><input accesskey="s" type="text" name="NOME" size="20" value="<%=Server.HTMLEncode(Request("NOME"))%>"> (Nome dell'attività)</td>
</tr>

<tr>
<td nowrap><b><u>C</u>omune:</b></td>
<td width="100%"><input accesskey="t" type="text" name="COMUNE" size="20" value="<%=Server.HTMLEncode(Request("COMUNE"))%>"> (Ricerca parziale o esatta)</td>
</tr>

<tr>
<td nowrap><b><u>P</u>rovincia:</b></td>
<td width="100%"><input accesskey="t" type="text" name="PROVINCIA" size="20" value="<%=Server.HTMLEncode(Request("PROVINCIA"))%>"> (Ricerca parziale o esatta)</td>
</tr>

Questo è il codice che mi consente di digitare i nomi per le ricerche. Se io volessi selezionarli attraverso una combobox, come potrebbe essere il codice?

Grazie. Antonella.
 

Discussioni simili