This is a simple navigation script that will redirect your
visitors with a drop down menu that will automatically
advance 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 mind
you must use full URLs, starting with "http," when linking
to web sites outside of your own.
function AutoLink()
{
var number = document.FormAdvance.WebLink.selectedIndex;
location.href = document.FormAdvance.WebLink.options[number].value;
}
Choose a Link
Page One
Page Two
Page Three
Shelley Lowery
slowery@web-source.net
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net
This article courtesy of http://www.dietforslim.net/.
You may freely reprint this article on your website or in
your newsletter provided this courtesy notice and the author
name and URL remain intact.
Submit Your Article