Computer Science 396S
Assignment 2
Due: September 24, 2003

For your second assignment, you are to create an application that will display the contents of a file in the browser.  You need only to have a single Submit button on your html page.  But the processor program should read data in from a file and store it in an array of objects.  It should then create a web page with the data and send it to the browser.

You may refer to the program called StudentsProcessor.  It does the same thing for a file containing data about students.  You should make your file an address book with data about at least 4 or 5 people.  The data should include their names and e-mail addresses together with some more information such as their phone numbers or addresses.

Hand in a printout of your html file, the data file, and the program that does the data processing.