bridgebug
03-16-2003, 07:51 PM
I am totally new to web-building, and I am seriously stuck on this problem:
OK, I wanted a drop down menu to link to other pages. The menu looks great, and the button clicks, but nothing happens.
What did I do wrong?
I did change the "Go" button to another word, but I checked my links and they were all right. The menu is in a frame, is that my problem?
Here it is: http://dreamdolls2.tripod.com/terms.html
Thank you :)
Try this (I think you may have left out the first line):
<form name="gotolocation2" method="POST">
<select name="lissamenu4" size=1 style="font-family: arial; color: #FFFF00; border: outset; font-size: 9; background-color: #00cc99;">
<option value="http://dreamdolls2.tripod.com/adopted.html" style="background-color:; color:000000">Adopted</option>
<option value="http://dreamdolls2.tripod.com/casual.html" style="background-color:9999cc; color:000000">Casual</option>
<option value="http://dreamdolls2.tripod.com/fancy.html" style="background-color:ffcc99; color:000000">Fancy</option>
<option value="http://dreamdolls2.tripod.com/fash.html" style="background-color:33ff66; color:000000">Old-fash</option>
<option value="http://dreamdolls2.tripod.com/minis.html" style="background-color:ffff66; color:000000">Minis</option>
<option value="http://dreamdolls2.tripod.com/misc.html" style="background-color:9999cc; color:000000">Misc.</option>
<option value="http://dreamdolls2.tripod.com/bases.html" style="background-color:ff9966; color:000000">Bases</option>
<option value="http://dreamdolls2.tripod.com/awards.html" style="background-color:009999; color:000000">Awards ;)</option>
<option value="http://dreamdolls2.tripod.com/credits.html" style="background-color:ff66ff; color:000000">credits</option>
</select>
<input type="button" style="font-family: comic sans ms; color: #000000; font-size: 9; background: CC99FF" onClick="location = document.gotolocation2.lissamenu4.options[document.gotolocation2.lissamenu4.selectedIndex].value;" value="Let's see the dolls">
</form>
Also, the part in red should not be there:
<title>The dolls! (well, just a few things first)<!- /TITLE>
bridgebug
03-16-2003, 11:46 PM
Thank you so much! It works now, thank you!!!!! :)