IT 202 - Web and Multimedia Technology

Lab 12 - Fall 2007

Due: Monday 11/26/2007 by 11:59 pm.

For this lab we will be using AJAX to populate a City Input Box and a State Input Box from a look-up on a zip code.

You are to create a web page that has 3 input fields.

When the user types in 5 characters in the Zip Code field, your program should send that zip code to a PHP page which will return the City and State for that zip code.

Note: the file zipcode.txt only contains zip codes for cities in the Chicago area. We can limit the zip codes used to those in the file.

We will want to use AJAX to perform the PHP page access.

This lab assignment is to done in the lab in SEL 2264.