PDA

View Full Version : Help with Drop-Down Menu hyper links


darkannie
10-27-2003, 04:25 AM
Hey, I want to make a drop down menu of hyper links, but I think I might be missing something. Here's the code. What do I need to do to it because this isn't working. (Heh, duh. I wouldn't be coming to you guys if I wasn't having a problem with the code.)

See, this is my first time actually doing something like this. I know how to structure a form, but certain functions of it's still fairly new to me.

Here's the code:

<form method="GET">
<select name="MENU">
<option value="MENU">MENU</option>
<option value="/nc/treyandmatt/craziness/PUBfics.html">BASEketball Craziness</option>
<option value="/nc/treyandmatt/sicknesses/ORGfics.html">Orgazmo Sicknesses</option>
<option value="/nc/treyandmatt/perversions/CTM.html">Cannibal the Musical Perversions
</option>
<option value="/nc/treyandmatt/insanity/SPI.html">South Park Insanity</option>
<option value="/nc/treyandmatt/gooeies/TreyParker.html">Trey Parker Gooeies</option>
<option value="/nc/treyandmatt/sappies/MS.html">Matt Stone Sappies</option>
<option value="/nc/treyandmatt/HappyTarts/TandM.html">Trey & Matt Happy Tarts</option>
<option value="/nc/treyandmatt/fetish/TMFarchive.html">TreyMattfetish Archive</option>
<option value="/nc/treyandmatt/funstuff/funstuff.html">Fun Stuff</option>
<option value="/nc/treyandmatt/information/gbfrm.html">Comments?</option>
</select>


<img src="/nc/treyandmatt/images/spacer.gif" height="10" width="50">


<!-- BEGIN INFO -->


<select name="INFO">
<option value="INFO">INFO</option>
<option value="/nc/treyandmatt/information/ficsubmission.html">Submit a Fanfic
</option>
<option value="/nc/treyandmatt/information/linkpg.html">Related Links
</option>
<option value="/nc/treyandmatt/information/webrings.html">Webrings
</option>
<option value="/nc/treyandmatt/information/email.html">Email
</option>
<option value="/nc/treyandmatt/information/moreinfo.html">Mailing List
</option>
<option value="/nc/treyandmatt/information/newsletter.html">Newzletter
</option>
<option value="/nc/treyandmatt/fetish/TMFarchive.html">Trouble-Shooting
</option>
<option value="/nc/treyandmatt/fetish/TMFarchive.html">Become Official
</option>
<option value="/nc/treyandmatt/fetish/TMFarchive.html">FAQ
</option>
<option value="/nc/treyandmatt/fetish/TMFarchive.html">The Malaka Board
</option>
<option value="/nc/treyandmatt/fetish/TMFarchive.html">My Own Personal Hell
</option>
<option value="/nc/treyandmatt/fetish/TMFarchive.html">A Word From Paige
</option>
<option value="/nc/treyandmatt/fetish/TMFarchive.html">Why Trey?
</option>
<option value="/nc/treyandmatt/fetish/TMFarchive.html">Why Matt?
</option>
<input type="submit" value="GO">
</form>