JavaScript Form Validation
Posted by tom November 28th, 2006
Today I found (again) some old source code which can be used for client-side form validation. Using an Array it can support validations on various form elements for: presence, date, time, numeric, alphanumeric. It was once available for download and it is now again: here.
I’m actually thinking about rewriting the whole code with the use of Prototype (for it to be included in PSUI). If you have any questions or comments: send me a mail (see the about page).

Leave a Reply