<select onchange="window.open(this.options[this.selectedIndex].value)">
<option value="http://www.google.it">Gooooooogle</option>
<option value="http://www.HTML.it">HTML</option>
</select>