eck35
11-12-2003, 03:15 PM
Greetings all.
And of course, many thanks in advance.
How can I enable a button after I disable it with:
document.forms(0).Submit.disabled='true';
in a function from the onload() event?
I want the button to be enabled when the user selects a particular radio button. I have tried:
document.forms(0).Submit.disabled='false';
in a function from the onClick() event of the radio button, but to no avail.
Any input or direction would be greatly appreciated.
Again, many thanks
eck35
And of course, many thanks in advance.
How can I enable a button after I disable it with:
document.forms(0).Submit.disabled='true';
in a function from the onload() event?
I want the button to be enabled when the user selects a particular radio button. I have tried:
document.forms(0).Submit.disabled='false';
in a function from the onClick() event of the radio button, but to no avail.
Any input or direction would be greatly appreciated.
Again, many thanks
eck35