Navigation Menu
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.
Visit publisher site: Navigation MenuListing Details
- Filed in:
-
Scripts / JavaScript / Scripts & Programs / Navigation / Form Based
- Submitted on:
- Last Updated:
- Publisher:
- Other listings by this publisher
License & Pricing Information
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
The simplest (in terms of requiring minimal code, and minimal knowledge) drop-down navigation script I've seen. Unfortunately, you have to "view source" on the script's homepage to find the code.