Customizable Drop Down Menu with a click to go button
This is my first REAL javascript. This... hopefully... will be put to good use. Though This is very simple and there are more than likely other people who have submited thisBear With me i'm a begginer!! I hope you like it. Questions or Comments? Email them to me I hope you Like this
AI
AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Source Code
<html> <head> Kc's Drop Down Menu </head> <body> <form name="kc" method="POST"> <select name="select" size=1 style="font-family: Abadi MT Condensed Light" style="color: yellow" style="border: outset" style="font-size: 12" style="background: #000000"> <option value="0">Choose here:</option> <option value="0"></option> <option value="http://www.geocities.com/kcmerrill/cplusplus/cindex.html">C++ Home</option> <option value="http://www.geocities.com/kcmerrill/javascript/jindex.html">Javascript Home</option> <option value="http://www.geocities.com/kcmerrill/h/hindex.html">Html Home</option> <option value="http://ais.cms.k12.nm.us/~cmerrill">My HomePage</option> </select> <input type="button" style="font-family: Abadi MT Condensed Light" style="color: yellow" style="font-size: 12" style="background: #000000" onClick="location =document.kc.select.options[document.kc.select.selectedIndex].value;" value="Go"> </form> </body> </html>
Original Comments (3)
Recovered from Wayback Machine