This script will allow your visitors to type in a url of their choice and hit a button to go there. Almost the same thing as using the address bar on your browser, but may come in handy for some sites.
This script is almost identical to the Select and Go script, but it opens the address in a new popup window. You can set the new window to have a height, width, etc. or just leave it to open as a normal new window.
This script will let the user select a destination from a drop down menu, and then go to that address by clicking on a button. Just change the URLs in the script to your desired addresses, and you can have as many selections as you want by simply copying the code.
This JavaScript navigation menu sends users to other Web page/site upon link selection change. It works by using the onChange function of the SELECT object to tell the window to load a new document. The URLs of the documents to jump to are given by the VALUE of the various OPTION tags contained in the SELECT.
After the user selects an option in the pulldown menu, the new page opens in a new window. This is useful when linking to sites not within your site when you do not want the user to leave your site. Your site will remain open in the other window so the visitor can come back to it when the are finished with the popup page. You can even control the size of the popup window, whether it has scrollbars, menubars, toolbars, etc.
If you would like to use a pulldown menu, but would like to do so in frames, this is the script for you. One frame will contain the pulldown menu and the selections will be opened in the other frames.