anna_banana
07-22-2003, 04:48 PM
Okay, I'm using Geocities, and I've used this code before and it's worked fine, but when I put the HTML code box in, and put the code in, and preview the page, the drop down box won't show up! And I'm using the right code from the website!
<form>
<select name=lissamenu3 size="1"
onchange="location.href=(form.lissamenu3.options[form.lissamenu3.selectedIndex].value)"
style="font-family: verdana"
style="color: #FFFF00"
style="border: outset"
style="font-size: 12"
style="background: #CC99FF">
<option value="0">Choose One</option>
<option value="0"></option>
<option value="http://www.lissaexplains.com">Home</option>
<option value="http://www.lissaexplains.com/basics.shtml">Basics</option>
<option value="http://www.lissaexplains.com/links.shtml">Links</option>
</select>
</form>
Why won't it show up?
<form>
<select name=lissamenu3 size="1"
onchange="location.href=(form.lissamenu3.options[form.lissamenu3.selectedIndex].value)"
style="font-family: verdana"
style="color: #FFFF00"
style="border: outset"
style="font-size: 12"
style="background: #CC99FF">
<option value="0">Choose One</option>
<option value="0"></option>
<option value="http://www.lissaexplains.com">Home</option>
<option value="http://www.lissaexplains.com/basics.shtml">Basics</option>
<option value="http://www.lissaexplains.com/links.shtml">Links</option>
</select>
</form>
Why won't it show up?