Javascripts > Javascript Forms > Combo Jump Script
Script Title: Combo Jump Script
Description: This script allows you to display a list of site titles in a combo box and allows the user to select one and go to it.
Example: Available
Java-Scripts.net Website Abstraction Dynamic Drive Free-Backgrounds
Copy the following code between the <BODY></BODY> tags of your html page.<!--Change the option tags as desired--> <form name="c937"> <p><select name="c614" size="1"> <option selected value="http://Java-Scripts.net">Java-Scripts.net</option> <option value="http://wsabstract.com">Website Abstraction</option> <option value="http://dynamicdrive.com">Dynamic Drive</option> <option value="http://Free-Backgrounds.com">Free-Backgrounds</option> </select> <input type="button" value="Go" onClick="location=document.c937.c614.options[document.c937.c614.selectedIndex].value"></p> </form>
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email