View Single Post
Old 2004-01-14, 07:19 PM   #2
amadman
I've been mad for fucking years, absolutely years, been over the edge for yonks....
 
amadman's Avatar
 
Join Date: Apr 2003
Location: padded room
Posts: 861
I don't know if this is what you want but here is how I did mine:

Quote:
<FORM name="navform">
<font size="2">Pick One</font>
<SELECT name="navlinks">
<OPTION SELECTED value="http://www.google.com">First Place
<OPTION value="http://www.yahoo.com">Second Place
</SELECT>
<INPUT type="button" name="go" value="Go!" onClick="window.location=document.navform.navlinks.options[document.navform.navlinks.selectedIndex].value"> </FORM>
amadman is offline   Reply With Quote