Click to See Complete Forum and Search --> : drop down menu


blackbird1455
01-07-2003, 08:44 PM
hey guys

i am haveing a little problem with my menu when i go to the link i want it to open a new browser window, but it opens in my frame set is there any way i can make it open in a new browser window???
here is a copy of the code

<form name="jump">
<p align="center">
<select name="menu" size="1">
<option value="#" selected>Pick A Link</option>
<option value="http://home.clara.net/gmatkin/design.htm">Free Boat Design
Resources</option>
<option value="http://www.duckworksmagazine.com">Duckworks Magazine</option>
<option value="http://www.blackbirdonline.cjb.net">BlackBird Online</option>
</select>
<input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
</form>

pyro
01-07-2003, 08:53 PM
Here is some code that will do that for you. I'm going to attach it, becuase the forums edit my code (ie. add line breaks, etc).

blackbird1455
01-07-2003, 09:13 PM
thank you!!!!!!!!!!!!!!!!!!!
you have just saved me a lot of head aches trying to figure out how to fix it
blackbird1455