If you're
looking for a great way to enable your visitors to navigate your web site,
this JavaScript drop down box with automatic redirect may be what you're
looking for. This JavaScript code will enable your visitors to click on a
drop down box to select the location on your web site in which they would
like to navigate. Once they make their selection, the will automatically
be taken to the location.
Place this code between your
<HEAD> and </HEAD> tags:
<script
language=JavaScript>
<!-- Script courtesy of
http://www.web-source.net - Your Guide to Professional Web Site Design and
Development
function Navigate() {
var number = NavSelect.selectedIndex;
location.href = NavSelect.options[number].value; }
//
-->
</script>
Place this code where you
would like the menu to appear: