PRB: Cannot Edit IFRAME in a Web Page Dialog Box in Internet Explorer 5.5 (291125)
The information in this article applies to:
- Microsoft Internet Explorer (Programming) 5.5
This article was previously published under Q291125 SYMPTOMS
If you call the window.showModalDialog or window.showModelessDialog methods to place an IFRAME in a Web page dialog box, you cannot edit the IFRAME, even if you set the iframe.document.designMode property to "On".
CAUSE
This problem occurs because the iframe.document.designMode="On" property does not work in Internet Explorer 5.5.
RESOLUTION
To resolve this problem, use the new iframe.document.body.contentEditable = "True" property in Internet Explorer version 5.5.
Note: The iframe.document.body.contentEditable = "True" property is not available in Internet Explorer 5.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. REFERENCES
For more information on the MSHTML editing platform in Internet Explorer 5.5, see the following Microsoft Web site:
For more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:
Modification Type: | Major | Last Reviewed: | 5/11/2006 |
---|
Keywords: | kbBug kbie550fix kbprb KB291125 |
---|
|