The onChange event for the last menu is renamed goIframe (because on this page there are a lot of functions) and goIframe is as follows:
function goIframe(aMenu){ if (aMenu.options.value!="none") { parent.searchResultsIframe.location= aMenu.options[aMenu.selectedIndex].value } else aMenu.options[0].selected=true; } |
That is, you load the selected page in an iframe, in this case one named, "searchResultsIframe".
Iframe starts here:
End of iframe
[If you need to learn more about HTML visit the HTML Tutorial] |