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; } |
![]() |
You can easily and quickly add a double drop down menu to your site. Click here to find out how. |
[If you need to learn more about HTML visit the HTML Tutorial] |