d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Need Help With A Drop Down Menu > Please
Add Reply New Topic New Poll
Member
Posts: 8,762
Joined: Nov 6 2010
Gold: 31,488.00
Dec 1 2012 11:15pm
<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?
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll