Assignment 019
If-Else If-Else Navigation
Forms can be used with JavaScript to ease Web site navigation. The user selects a location from a drop-down box and clicks the "Go!" button to jump to the desired location. The 'Go!' button runs a function that is coded in the head of the Web page.
Here's an example of JavaScript/ form navigation:
JavaScript Navigation