Home Work Assignment 7 (due 11 Mar 2019)

In this exercise you are creating a form that will allow a new user to register to a particular site. The form will have three text fields - user name, password, and repeat password and two buttons Register and Clear. You will perform client side verification according to the following criteria:

If either or both the user name and password does not fit the criteria stated above display an alert box stating Invalid Input. If both the user name and password meet the criteria create an alert box stating Passed Validation.

You want to test your form in both Firefox and Internet Explorer. For this exercise make sure that your form is neatly spaced and attractive. Use several test cases to make sure that your JavaScript code is working properly. When you are finished with the assignment, please put a link in the table in your index.html page by 11 PM Monday, 11 Mar 2019.