inDOMUtils::GetParentForNode for iframe?
Alex <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm trying to access the parent node of an iframe but this does not seem to work as expected. In inDOMUtils::GetParentForNode the method inLayoutUtils::GetContainerFor(doc) is called if the node is a document. I think in GetContainerFor only the case for a frame in frameset and not in an iframe is handled. any suggestions how I could make this work? br Alex