Click to See Complete Forum and Search --> : drop down menus question


profsci
01-20-2004, 01:45 PM
I'm trying to set up 3 different sets of drop down menus on one webpage. I used the script found at: http://javascript.internet.com/navigation/menu-automatic.html

It works fine when there is one set of drop down menus, but when I add a 2nd set, neither works.

What do I need to do to modify the script?

TIA,

Al Sills
profsci@aol.com

olerag
01-20-2004, 02:05 PM
This link is nothing more than an example using a
single-selection listing. When a selection is made, the
related URL for that option is called and, I suppose, replaces
the existing browser page.

For each new selection list you create you'll either need to
add a new routine or (more preferably) alter your existing
function to handle the multiple selection lists that make-up
your menu system.