Hello Experts,
in the following link there is fine tool for javascript client-side form validation,
as some of you I guess/hope know:
http://www.javascript-coder.com/html-form/javascript-form-validation.phtm l
I just found it and experiment with it a little. Problem now is that I couldn't find out how to validate radiobuttons with it, i.e., if the client has selected a radiobutton from the set of them. It seems to work well if you are using text or textarea fields. There were no examples of radiobuttons or checkbuttons though.
Is there anyone here who knows the tool concerned, and could tell me how to validate ratiobuttons and also checkboxs with it?
in the following link there is fine tool for javascript client-side form validation,
as some of you I guess/hope know:
http://www.javascript-coder.com/html-form/javascript-form-validation.phtm l
I just found it and experiment with it a little. Problem now is that I couldn't find out how to validate radiobuttons with it, i.e., if the client has selected a radiobutton from the set of them. It seems to work well if you are using text or textarea fields. There were no examples of radiobuttons or checkbuttons though.
Is there anyone here who knows the tool concerned, and could tell me how to validate ratiobuttons and also checkboxs with it?
Comment