Ken Ward's Java Script Tutorial ...

JavaScript Triple Menu

Triple drop down menu 6

 

To explore self development and computer stuff: - choose a topic from the drop-down box on the left, then a subject from the box in the middle. And finally choose a page from the drop down menu on the right.

Select a topic ... ... then a subject ... ... and then a page to go ...

The onChange event for the last menu is a simple 'go' menu - the same as one for a single or a double menu!

 

/* ####################### go() ####################### */

function go(aMenu){
if (aMenu.options.value!="none")
{
location=aMenu.options[aMenu.selectedIndex].value
}
else
aMenu.options[0].selected=true;

}

 

Double drop down menu - click here! You can easily and quickly add a double drop down menu to your site. Click here to find out how.

Ken Ward's HTML Guide...

 

[If you need to learn more about HTML visit the HTML Tutorial]