Assignment # 7
Project
This assignment is part of Project#1.
Learning Goals
- Understand how to use JavaScript for form validation.
Assignment
In this assignment, you will extend
the project so that the validation is performed within the browser (using
JavaScript).
Hints:
- Do not remove validation code from your server code.