|
Selecting a state from the drop down menu
invokes the callToServer() function,
which, instead of calling a single script on the server, loads into
our hidden IFRAME one of 51 HTML files which contain ZIP code data
for each of the 50 states (plus DC). The onload event of these files calls the handleResponse() function, which parses out
the data in the loaded file and inserts new option elements into a
multiple SELECT list.
|