JavaScript On Simple form validator with ...

by eljota, November 11, 2007 13:08

Thanks, I usely forget the ...

D41d8cd98f00b204e9800998ecf8427e Talk
function validateForm(){
        var vaditional;
        if(!arguments.length){
...

JavaScript On Simple form validator with ...

by eljota, November 11, 2007 10:38

sorry the validateForm has ...

D41d8cd98f00b204e9800998ecf8427e Talk
//function that loops through the elements
function __validateForm(theform){
...

JavaScript Simple form validator with ...

by eljota, November 11, 2007 10:32, 5 refactorings, tagged with javascript, js, form, validation, regex

This is a real simple form ...

D41d8cd98f00b204e9800998ecf8427e Talk