Javascript form validators
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, is not offering a good security so you ALWAYS should validate your input server side too.
Below we’ll put some resources for scripts that 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
6 Comments
dailywebthing linkport on January 23rd, 2008
List: Form Validation Tools…
Javascript form validators…
links for 2008-01-24 at The New Reader on January 24th, 2008
[...] CSSgallery.info » Javascript form validators (tags: development forms javascript) [...]
Caminews » Javascript form validators on January 24th, 2008
[...] Fonte: http://cssgallery.info/javascript-form-validators/ [...]
links for 2008-01-24 « Mandarine on January 24th, 2008
[...] Javascript form validators (tags: list javascript form ajax) [...]
Fernando Costa » Blog Archive » Lista de recursos de validação de formulários em Javascript on February 1st, 2008
[...] Recentemente foi publicada uma lista de recursos para validação de dados em formulários. [...]


moontear on January 23rd, 2008
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