mlutken wrote:
How can I access the DOM of a frame within a frameset ?
...
If have the pointer to the 'nsIDOMElement' which I know is the FRAME
element. I tried to query interface for the 'nsIFrame', but event
including <nsIFrame.h> gives trouble with mozilla internal API.
nsIFrame wouldn't give you what you want anyway.
On the other hand,
http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html#ID-97790553
and specifically
http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html#ID-78799536
might do what you want.
-Boris
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding