Blog Posts on form validation
Percent:
Distinct:
JavaScript Snippets: Allowing numeric-only input on textbox by ColdBuffer Blog on May 19, 2011If you are working on a web page that accepts user data, say on a registration page of your website, you need to validate the information that the user is submitting. This post will show you how to restrict keyboard inputs so that only numbers can on...
Quick and Easy Javascript Form Validation by MikeWagan.net on Aug 5, 2010If you need a quick javascript form validation script, you can use this one from Javascript-coder.com. Its pretty easy to implement and I’ve used it in some of my projects already. Its gonna save you some time coding from scratch! Download the...


