drop down menu

admin

Administrator
Staff member
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=http://www.webdeveloper.com/forum/archive/index.php/"#" 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>
 
Back
Top