BUG: Cannot Access FRAMES Collection of Element Behavior (257353)
The information in this article applies to:
- Microsoft Internet Explorer (Programming) 5.5
This article was previously published under Q257353 SYMPTOMS
Any attempt to reference the FRAMES collection from within an element behavior results in the appearance of an error dialog box with the message "Not Implemented".
RESOLUTION
To work around this problem, you can access frame objects through the document.all collection instead of through the frames collection. If you want to access the contents of the IFRAME (when it is in the same domain), you can use document.name.contentWindow.document to obtain the document object.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. REFERENCESFor 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 kbDHTML KB257353 |
---|
|