JavaScript Form Validations
Developer : 2005 Simfatic Solutions
License : Freeware , price : Free $
Size : JavaScript , OS : Windows/Linux/Mac OS/BSD/Solaris
Date added: 2008-07-23
Category : Forms and Controls
Download link - Download this software
Description
Using client side JavaScript is an efficient way to validate the user input in web applications. When there are many fields in the form, the JavaScript validation becomes too complex.
The JavaScript class presented here makes the form validations many times easier. The idea is to create a set of "validation descriptors" associated with each element in a form.
The "validation descriptor" is nothing but a string specifying the type of validation to be performed. Each field in the form can have 0, 1, or more validations.
For example, the input should not be empty, should be less than 25 chars, should be alpha-numeric, etc . You can associate a set of validation descriptors for each input field. You canorm.