/ Published in: JavaScript
JavaScritp Form Validation Framework to validate form fields on the fly, no programming knowledge required.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Example: property = oForm1.addProperty( { name:"businessName" , friendlyName:"Business name" , required:true , minimumLength:2 , maximumLength:40 , trim:true , onerror:myUserDefinedValue1 , onvalidate:myUserDefinedValue2 } );
URL: http://www.clickfind.com.au/javascript-form-validation/