The information in this article applies to:
SYMPTOMSCalling window.external.isSubscribed() from a script results in a "Permission Denied" error. CAUSEThis is a side effect of Internet Explorer 4.0's cross-frame security feature where a script running in a document cannot access the unsafe properties or methods of another document which is hosted on a different domain. STATUSThis behavior is by design. MORE INFORMATION
The window.external.isSubscribed() method does not refer to the
document.domain property. However, window.external.isSubscribed() will
correctly determine whether the requested URL is in the same second level
domain as the current document.
REFERENCESFor additional information on cross-frame security in Internet Explorer 4.0, please see the following article in the Microsoft Knowledge Base: Q167796 PRB: "Permission Denied" When Scripting Across Frames © Microsoft Corporation 1999, All Rights Reserved. Additional query words:
Keywords : kberrmsg kbIE400 kbIE500 InetSDKInfoDev |
Last Reviewed: April 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |