Homework 9
Create an HTML page and use AJAX. You will again use the database from the last homework assignment.
The page should allow a user to enter a FANID into a text field.
The server response should fill in the values of name, city, and email on that page if the FANID exists. This should occur as soon as the user enters the FANID. No buttons!
Remember, no single quotes around integer constants.
The response should be XML.
As usual, send me a link to your work.