On 01.21.08, In Javascript, by Dan Tamas
When we use forms we need somehow to validate the data user input. We can do this both server side and client side. Client side part helps in user experience, and reduce bandwidth usage. Anyway, it’s not offering a good security so you ALWAYS should validate your input server side too.
Below we’ll put some resources for scripts that will help in validating our forms.
validator.js – Client-side form validating
iWeb Toolkit:Javascript Form Validators
JavaScript Form Validations Made Easy!
A Guide to Unobtrusive Javascript Validation
No related posts...yet

One Response
Yeah… nice… but it would be a more useful post if you actually reviewed these validators instead of using a link list everybody can retrieve via Google.
My favorite is fValidator as it works seamlessly with iMask