dimenticavo .......
il codice html
-------------------------------------------------------
codice:<tr> <td width="45%" height="30" colspan="2"> <select name="id_nazione" id="id_nazione" onChange="cerca_regioni();"> <option value="">Seleziona Nazione</option> <% SQL = "Select * From nazioni order by nazione asc" set rs=db_localita.execute(sql) While Not RS.EOF %> <option value="<%=rs("id_nazione")%>"><%=rs("nazione")%></option> <% RS.MoveNext Wend RS.Close Set RS = Nothing %> </select></td> </tr> <tr> <td width="45%" id="regione" height="30" colspan="2"></td> </tr> <tr> <td width="45%" id="provincia" height="30" colspan="2"></td> </tr> <tr> <td width="45%" id="comuni" height="30" colspan="2"></td> </tr> <tr> <td width="45%" id="caps" height="30" colspan="2"></td> </tr>

Rispondi quotando