orangehairedboy
03-26-2003, 02:43 AM
Hi all,
I have a form that starts with a YES/NO Radio Button Question. If the user selects no, the rest of the form is disabled using onclick="disableform(this.form);" which is this:
function disableform(TF) {
TF.textbox1.disabled=true;
TF.checkbox1.disabled=true;
}
and this works fine...but I can't seem to get it to work with Radio Buttons. Does anyone know how to do it?
Thanks!
Lewis
I have a form that starts with a YES/NO Radio Button Question. If the user selects no, the rest of the form is disabled using onclick="disableform(this.form);" which is this:
function disableform(TF) {
TF.textbox1.disabled=true;
TF.checkbox1.disabled=true;
}
and this works fine...but I can't seem to get it to work with Radio Buttons. Does anyone know how to do it?
Thanks!
Lewis