codice:
<select name="menu" onchange="window.location.href=this[this.selectedIndex].value;">
<option value="pagina1.htm">Voce1</option>
<option value="pagina2.htm">Voce2</option>
</select>
ciao