View Single Post
Old 2004-01-14, 07:48 PM   #3
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
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>
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote