1 2 3 4
define("MAX_INFO_SIZE",500);
define("MAX_DATA_SIZE",100000);
define("MAX_THUMBNAIL_SIZE",10000);
...
1 2 3
//function that loops through the elements function __validateForm(theform){ ...
JavaScript Simple form validator with ...
by eljota,
November 11, 2007 10:32,
4 refactorings, tagged with js, javascript, form, validation, regex
This is a real simple form ...
This function validates fil...