to the JavaScript Menu

JavaScript Button Navigation

View the page source to see the code.

onClick Navigation - 3 ways

--> Opens a page in a new window.

--> Calls a function to open a new page in this window.

--> Uses window.location.href to open a page in this window. (Does not appear to work in Netscape 6 browser).