<form name="jump">
<select name="menu"
onChange="location=document.
jump.menu.options
[document.jump.menu
.selectedIndex].value;
" value="GO">
<option value="url">whatever</option>
<option value="url">whatever.</option>
<option value="url">whatever.</option>
<option value="url">whatever</option>
</select>
</form>
url = link
whatever = link name
the drop down menu works and shows up
but when i click on one of the tabs it doesnt redirect me
any idea whats wrong?