salve,
Vorrei sapere se è possibile controllare ad un select con javascript, es

<form>
<fieldset>
<legend>Siti per webmaster</legend>
<select name="siti" >
<option value="http://www.html.it" selected="selected");">www.html.it </option>
<option value="http://freephp.html.it" >frephp.html.it </option>
<option value="http://freasp.html.it">freasp.html.it </option>
</select>
</fieldset>
</form>

Se ad esempio scelgo dalla lista www.html.it, si deve aprire il sito www.html.it, etc...ù

Grazie mille