Scusate per iltitolo poco chiaro. Vorrei fare un menu a tendina tipo quello suggerito nella guida html di quedto sito:
<form action=ìì>
<select name="siti" >
<optgroup label="siti per webmaster">
<option value="http://www.html.it">www.html.it </option>
<option value="http://freephp.html.it">frephp.html.it </option>
<option value="http://freasp.html.it">freasp.html.it </option>
</optgroup>
<optgroup label="risorse per webmaster">
<option value="http://font.html.it">font.html.it </option>
<option value="http://cgipoint.html.it">cgipoint.html.it </option>
</optgroup>
</select>
</form>
Però vorrei fare in modo che, o al click su una opzione, o al click di un tasto "vai", si possa andare al link selezionato dal menu. Come faccio?