Drop down menu

specialday

New member
Joined
Jan 6, 2005
Messages
1
Location
Brooklyn NY
I have tried putting a drop down menu on my site, when i tested it with only 1 option it worked, when i add several options it no longer works. Below is a copy of my script:


<form name="Select Diamond">
<select name="menu">
<option value="14.html">3/4 ctw. Vs1- $1,599</option>
<option value="15.html">3/4 ctw. Vs2- $1,299</option>
<option value="16.html">3/4 ctw. Si1- $1,099</option>
<option value="17.html">3/4 ctw. Si2- $899</option>
<option value="18.html">1 ctw. Vs1- $2,699</option>
<option value="19.html">2 ctw. Si2- $2,999</option>
</select>
<input type="button" onClick="top.location=document.Select Diamond.menu.options[document.Select Diamond.menu.selectedIndex].value;" value="GO!">
</form>
If anyone can tell me what is wrong with this script, please let me know
 
I've moved this thread to the "Off-Topic Discussion" area because it's not about DirectAdmin.

Jeff
 
Back
Top