View Full Version : My drop down menu doesn't work


Becca the rider
04-13-2003, 11:49 AM
I did what it said, and all of the link names are in the actual drop down menu, but when I highlght them and click go. Nothing happens.

MaGiCSuN
04-13-2003, 12:55 PM
Could you post the code please? also do you use the targetting one, or a normal one? and do you use any fancy things like frames? some more info would be great !

Love,
Mirna

Becca the rider
04-15-2003, 08:02 PM
I use frames, but I don't target them. I am using a regular drop down menu with the "Go" button. Can you look over this HTML Code and tell me what I'm doing wrong.

<xmp><form name="gotolocation1" method="POST">
<select name="menu1" size=1
style="font-family: times new roman"
style="color: #FFFFFF"
style="border: outset"
style="font-size: 12"
style="background: #000000">
<option value="0">~~Begin~~</option>
<option value="http://www14.brinkster.com/freedomsierra/rules.html">Rules</option>
<option value="http://www14.brinkster.com/freedomsierra/history.html">History</option>
<option value="http://www14.brinkster.com/freedomsierra/join.html">Join</option>
<option value="http://www14.brinkster.com/freedomsierra/members.html">Members</option>
<option value="0"></option>
</select>
<input type="button" style="font-family: times new roman"
style="color: #FFFFFF"
style="font-size: 12"
style="background: #000000" onClick="location =
document.gotolocation1.lissamenu1.options
[document.gotolocation1.lissamenu1.selectedIndex].value;"
value="Go">
</form></xmp>

Becca the rider
04-15-2003, 08:04 PM
In the above, don't mind the xmp's I didn't know that HTML was disabled.