Dropdown Menus
Tuesday, July 29th, 2008Dropdown menus are incredibly versatile - they can be made into menus, parts of a form, polls, etc. ;D
For a simple dropdown menu, the html is:
<form name="links"> <select name="menu1"> <option value="0">Links</option> <option value="0"></option> <option value="http://elusionerie.com">Elusionerie</option> <option value="http://tutorials.elusionerie.com">Epichronicity</option> <option value="http://ephereal.com">Portfolio</option> </select> <input type="button" onClick="location=document.links.menu1.options[document.links.menu1.selectedIndex].value;" value="GO"> </form>…
iiNet SUED for allowing illegal file sharing!?!?! Its the end of the internet as we know it... 
