How can I access the DOM of a frame within a frameset ?
Frameset like this:
</head>
        <frameset rows="20%,80%">
                <frame src ="frame1.html" />
                <frame src ="frame2.html" />
        </frameset>
</html>


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.

-Martin Lutken
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to