Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Stefan Gabos | > | PHP Forms Generation and Validation Class | > | templates/default/htmlform_jscript.js | > | Download | ||
|
Download |
function digitsOnly(e) { var charCode = (e.which) ? e.which : event.keyCode if (charCode > 31 && (charCode < 48 || charCode > 57)) { return false } return true } |