Archive for the 'Javascript' Category

Javascript: generic form validation function

Article from sitepoint.com on creating a generic function to validate user input.

By Kennet Svanberg (Yet Another Article on Client Side Form Validation)

February 22nd 2002

Client-side validation using JavaScript is nothing new, right? But using the HTML DOM and extending the input fields using specialized attributes might be. Read on! Read more »