Page 1 of 1

JS Form Validation having cross browser compatibility

Posted: Thu Feb 24, 2011 12:03 am
by moinshaikh
I am looking for JS Form Validation having cross browser compatibility. Does anyone knows it?
Form has many fields like name(text), address(text), contact number(number), date_of_birth(date).

Problem is i want to use customized validation for each data type. Means text field must possess text value only, number field must possess numeric value only etc. If any one provides me with one example of each data type, i 'll manage for remaining fields of entire form

Thanks in advance.:)

Re: JS Form Validation having cross browser compatibility

Posted: Thu Feb 24, 2011 12:05 am
by moinshaikh
Anyone having such code in php instead of JS is also welcomed. :}