HTML Dialog Window Does Not Work Correctly or You Receive a Script Error Message (814458)
The information in this article applies to:
- Microsoft Internet Explorer version 6 for Windows XP SP1
- Microsoft Internet Explorer version 6 for Windows XP 64-Bit Edition SP1
- Microsoft Internet Explorer version 6 for Windows XP
- Microsoft Internet Explorer version 6 for Windows 2000 SP1
- Microsoft Internet Explorer version 6 for Windows 98 Second Edition SP1
- Microsoft Internet Explorer version 6 for Windows 98 SP1
- Microsoft Internet Explorer version 6 for Windows Millennium Edition SP1
- Microsoft Internet Explorer version 6 for Windows NT 4.0 SP1
- Microsoft Internet Explorer 5.5 for Windows Millennium Edition SP 2
- Microsoft Internet Explorer 5.01 for Windows 2000 SP 3
SYMPTOMSAfter you install the February, 2003, Cumulative Patch for Internet Explorer (MS03-004), an HTML dialog window that is opened by a Web page may not work correctly, or you may receive a script error message.CAUSEThis problem occurs when script in an HTML dialog window (that is opened by using the showModalDialog or showModelessDialog method) tries to set the security domain of the document to a different value by using the document.Domain property. After you install the February, 2003, Cumulative Patch for Internet Explorer (MS03-004), this type of domain change is denied to prevent a malicious Web site operator from accessing information in another Internet domain, or on your local computer.WORKAROUNDContact the administrator or content developer for the Web site to resolve this issue. Content developers who must set the domain property for the dialog window to another value but must still have access to the dialogArguments property values can work around this issue by creating a local variable to store the dialogArguments value before the document.Domain property is used to change the domain. After the domain change, the local variable can be used in the rest of the script to use the information that was passed to the showModalDialog or showModelessDialog method as arguments.
STATUS
This behavior is by design.REFERENCESFor additional information about the showModalDialog method, visit the following Microsoft Web site: For additional information about the showModelessDialog method, visit the following Microsoft Web site: For additional information about the domain property, visit the following Microsoft Web site:
Modification Type: | Major | Last Reviewed: | 12/5/2003 |
---|
Keywords: | kbprb KB814458 |
---|
|