Hi,
I want to be able to disable a text box on my website when a tickbox is pressed. Would this be done by putting something along the lines of:
<input type=checkbox onclick="document.myform.T1.disable">
This does not work - can anyone help me?? I also would like to know how to re-activate them too!
thanks alot
I want to be able to disable a text box on my website when a tickbox is pressed. Would this be done by putting something along the lines of:
<input type=checkbox onclick="document.myform.T1.disable">
This does not work - can anyone help me?? I also would like to know how to re-activate them too!
thanks alot