Assignment 7

Due Monday 4/19 at 5 pm.

Submit the pages online and drop a printed copy at my office by 5 pm on Monday 4/19.

This assignment is optional. If you do it, it will replace one of the other assignments.

This assignment uses JavaScript.

  1. Redo your server home page so that there is a button, a selection list, and a textarea.

    Remove all the links from the left frame of your server frame and replace it with these three elements. Whichever item is selected, then there should be a description of that location. When the use clicks the Jump button, then the corresponding page will appear in the right frame.

  2. Create a new page that has a form. Validate the data on the form. If all data has been validate, then call my script http://www.cs.fiu.edu:12345/scripts/print_query.pl. Do the following