Posted on: 05 December, 2001

Author: Shelley Lowery

This is a simple ... script that will redirect ... with a drop down menu that will ... to the selected page without a submit ... this script where you'd like This is a simple navigation script that will redirect yourvisitors with a drop down menu that will automaticallyadvance to the selected page without a submit button.Place this script where you'd like your menu to appear.You can add as many links as you like, but keep in mindyou must use full URLs, starting with "http," when linkingto web sites outside of your own.<br><br>function AutoLink()<br>{<br>var number = document.FormAdvance.WebLink.selectedIndex;<br>location.href = document.FormAdvance.WebLink.options[number].value;<br>}<br> Article Tags: Drop Down Source: Free Articles from ArticlesFactory.com