View Full Version : drop down menu


desiresgrasp
06-09-2003, 04:06 PM
click (http://www16.brinkster.com/sxdxrxnxrx/index2.html)

so umm what am i doing wrong.. im gonna copy and paste the code here... what am i doing to not have the links work?

form name="gotolocation1" method="POST">
<select name="Lookie there" size=1
style="font-family: comic sans ms"
style="color: #000000"
style="border: outset"
style="font-size: 12"
style="background: #FFFFFF">
<option value="http://www.brinkster16.com/sxdxrxnxrx/aboutme"<Just A Girl That HURTS</option>
<option value="http://www.brinkster16.com/sxdxrxnxrx/pictures">The Monster</option>
<option value="http://www.brinkster16.com/sxdxrxnxrx/love">My Beautiful Flower</option>
</select>
<input type="button" style="font-family: comic sans ms"
style="color: #000000"
style="font-size: 12"
style="background: #CC99FF" onClick="location ="
document.gotolocation1.lookiethere.options
[document.gotolocation1.lookiethere.aboutme].value;"
value="Go">
</form>

MaGiCSuN
06-09-2003, 04:11 PM
try this:

<form name="gotolocation1" method="POST">
<select name="Lookie there" size=1
style="font-family: comic sans ms"
style="color: #000000"
style="border: outset"
style="font-size: 12"
style="background: #FFFFFF">
<option value="http://www.brinkster16.com/sxdxrxnxrx/aboutme">Just A Girl That HURTS</option>
<option value="http://www.brinkster16.com/sxdxrxnxrx/pictures">The Monster</option>
<option value="http://www.brinkster16.com/sxdxrxnxrx/love">My Beautiful Flower</option>
</select>
<input type="button" style="font-family: comic sans ms"
style="color: #000000"
style="font-size: 12"
style="background: #CC99FF" onClick="location =
document.gotolocation1.lookiethere.options
[document.gotolocation1.lookiethere.aboutme].value;"
value="Go">
</form>

Love,
Mirna

desiresgrasp
06-09-2003, 05:34 PM
it still doesnt frippin work!!!!! Why not!!!!! : (

MaGiCSuN
06-09-2003, 06:56 PM
On the site it says "only change the bold parts" but you have changed far more than that. Use this code:

<form name="gotolocation1" method="POST">
<select name="lissamenu1" size=1
style="font-family: comic sans ms"
style="color: #000000"
style="border: outset"
style="font-size: 12"
style="background: #FFFFFF">
<option value="http://www.brinkster16.com/sxdxrxnxrx/aboutme">Just A Girl That HURTS</option>
<option value="http://www.brinkster16.com/sxdxrxnxrx/pictures">The Monster</option>
<option value="http://www.brinkster16.com/sxdxrxnxrx/love">My Beautiful Flower</option>
</select>
<input type="button" style="font-family: comic sans ms"
style="color: #000000"
style="font-size: 12"
style="background: #CC99FF" onClick="location =
document.gotolocation1.lissamenu1.options
[document.gotolocation1.lissamenu1.selectedIndex].value;"
value="Go">
</form>

you didn't had to change Lissamenu1 etc, only the bold parts (on the website) that say option etc...

Love,
Mirna

desiresgrasp
06-09-2003, 09:00 PM
thank you so very much!!! YAY!!!!!

MaGiCSuN
06-10-2003, 12:39 PM
your welcome :)