K
Kim
I have a problem with IE7.
In Firefox2 and IE6 can I disable an input field in a form without any
problems, yet it doesnt work in IE7.
I havent seen this reported before.
Code:
document.Form.Field.disabled = true;
What is needed to make it work in all 3 browsers ?
In Firefox2 and IE6 can I disable an input field in a form without any
problems, yet it doesnt work in IE7.
I havent seen this reported before.
Code:
document.Form.Field.disabled = true;
What is needed to make it work in all 3 browsers ?