Hi
heres your code
Code:
<option value="http://www.dabearz.com/forums/" target="_blank">Bears/DaBears</option>
<option value="http://www.chicagobears.com/">Bears/Team Site</option>
<option value="http://forums.bengalszone.com/">Bengals/BengalsZone</option>
You'll see that there are some errors in your code, if you look at what you need to have shown below, i will highlight in red the errors in your code which you'll need to delete for your menu to open in a new window
So this is what it should look like
<option value="http://www.ukbusinesslive.co.uk" target="_blank" >UKBusinesslive Store</option>
and this is where you've gone wrong, highlighted in red
<div id="drop_box_nav"><form action="#" onsubmit="return go_nav();"><select name="my_links" id="my_links" align="center">
<option value="http://www.dabearz.com/forums
/" target="_blank" >Bears/DaBears</option>
<option value="http://www.chicagobears.com
/">Bears/Team Site</option>
<option value="http://forums.bengalszone.com
/">Bengals/BengalsZone</option>
You seem to have a forward slash "/" at the end of your urls, Delete that and the target="_blank" should work
