View Full Version : How do i create a DrOPdown menu for my guild links?


KeLs
12-23-2004, 01:51 AM
i jsut want one to have a list with links!!!!!

_Shadow_
12-23-2004, 03:13 AM
You could make a dropdown menu with this code:

<form name="gotolocation1" method="POST" ACTION=URI>
<select name="lissamenu1">
<option value="http://www.lissaexplains.com">Lissa Explains it All</option>
<option value="http://www.lissaexplains.com/cursor.shtml">Lissa's Cursors</option>
<option value="http://www.lissaexplains.com/home">Lissa's Page</option>
</select>
<input type="button" onClick="location =
document.gotolocation1.lissamenu1.options
[document.gotolocation1.lissamenu1.selectedIndex].value;"
value="Go">
</form>

I got it from this site @ http://www.lissaexplains.com/fun.shtml#drop
You could look there for more info.

KeLs
12-23-2004, 04:43 PM
THANK YOU SOOOOM UCH!!!!!! i cant bebleive i mised that site part earlier!! i was looking for some code for about 2 hours!! lol... im sooo blonde!!!

xx_eeyore
12-24-2004, 09:20 PM
if u search on this site theres one 2