form validator question
Posted: Thu Jan 15, 2009 2:57 am
i m using ;
to validate the form , but I have 4 field which are radio button like
1.Gender: Male Female
2.Race: Chinese Indian Others
3...
4...
how can i use this form for these 4 radio button, any ideas?
Code: Select all
var frmvalidator = new Validator("register_form");
frmvalidator.addValidation("name","req","Please enter you name!");1.Gender: Male Female
2.Race: Chinese Indian Others
3...
4...
how can i use this form for these 4 radio button, any ideas?