Description
For this assignment, please note that NO jQuery may be used. You must write everything in core JavaScript
1) Create an AJAX enabled feedback form. The
form will look like the following: As the
user moves between the form fields,
ensure that each field is non-empty. For
the e-mail field, ensure that the e-mail
address has a valid format. In addition,
create an XML file that contains a list of
email addresses that are not allowed to
post feedback. Each time the user enters
an e-mail address check whether it is on
that list; if so, display the appropriate
message.

