|
Post by Isa The Great on Jul 26, 2009 10:39:27 GMT -5
Drop Down Menu
<form name="dropdown"> <select name="menu"> <option value="http://fatedtoloveyou.proboards.com/index.cgi?board=general&action=display&thread=3&page=1">Rules</option> <option value="URL">Text Title</option> <option value="URL">Text Title</option> <option value="URL">Text Title</option> </select> <input type="button" onClick="location=document.dropdown.menu.options[document.dropdown.menu.selectedIndex].value;" value="GO"> </form>
Edit the 'Url Here' and 'Text To Show' and 'Go' to your likings
Repeat this line for more links:
<option value="URL">Text Title</option>
|
|