Description of JavaScript Form validations made easy :
This is a nifty JavaScript to validate the form fields in your webpage. It verifies whether the user has entered a valid input in the form fields. The script generates a set of validation descriptors that can be associated with the input fields in the form to specify the validation to be performed. The field displays responses immediately if the user has entered an invalid entry in the input field.