This is the code that I use,
<form>
<select name="menu1" onchange="if(this.options[this.selectedIndex].value!=''){window.open(this.options[this.selectedIndex].value,'_top')}">
<option value="#" selected="selected">Drop Down Menu</option>
<option value="http://www.cleolinks.com">Cleo's Links</option>
</select>
</form>
|