JS Form Validation having cross browser compatibility

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
moinshaikh
Forum Commoner
Posts: 27
Joined: Tue Jan 18, 2011 3:40 am
Location: India

JS Form Validation having cross browser compatibility

Post 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.:)
moinshaikh
Forum Commoner
Posts: 27
Joined: Tue Jan 18, 2011 3:40 am
Location: India

Re: JS Form Validation having cross browser compatibility

Post by moinshaikh »

Anyone having such code in php instead of JS is also welcomed. :}
Post Reply