wiccabrat
02-10-2003, 12:30 PM
Ok, what am I doing wrong? they wont work!!!
This is the code I'm using (one of them)
<form name="gotolocation1" method="POST">
<select name="BratzMenu" size=1
style="font-family: Metal Lord"
style="color: #000000"
style="border: outset"
style="font-size: 14"
style="background: #840000">
<option value="http://www.hometown.aol.com/wiccabrat911/index.html">Index</option>
<option value="http://www.hometown.aol.com/wiccabrat911/page2.html">Links</option>
<option value="http://www.hometown.aol.com/wiccabrat911/page22.html">The Exchange</option>
</select>
<input type="button" style="font-family: Metal Lord"
style="color: #000000"
style="font-size: 12"
style="background: #840000" onClick="location =
document.gotolocation1.BratzMenu.options
[document.gotolocation1.BratzMenu.selectedIndex].value;"
value="Go">
</form>
This is the code I'm using (one of them)
<form name="gotolocation1" method="POST">
<select name="BratzMenu" size=1
style="font-family: Metal Lord"
style="color: #000000"
style="border: outset"
style="font-size: 14"
style="background: #840000">
<option value="http://www.hometown.aol.com/wiccabrat911/index.html">Index</option>
<option value="http://www.hometown.aol.com/wiccabrat911/page2.html">Links</option>
<option value="http://www.hometown.aol.com/wiccabrat911/page22.html">The Exchange</option>
</select>
<input type="button" style="font-family: Metal Lord"
style="color: #000000"
style="font-size: 12"
style="background: #840000" onClick="location =
document.gotolocation1.BratzMenu.options
[document.gotolocation1.BratzMenu.selectedIndex].value;"
value="Go">
</form>