Re: IE7 and disabled property
John Grandy wrote:
> Apparently in IE7 you can no longer use
>
> control.disabled = true;
> control.disabled = false;
>
> Instead you must use
>
> control.disabled = 'disabled';
disabled is a boolean property so setting it to true or false is the
right way, I don't see anything in
<http://msdn2.microsoft.com/en-us/library/ms533732.aspx>
that this has changed in IE 7.
--
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Date:Sat, 02 Jun 2007 14:35:34 +0200
Author:
|