Hi, I'm writing an application which embeds mozilla. In my application I create an <iframe> in which I load HTML documents. My problem is that if a there is script in the loaded document which refers to "top" it accesses the high most frame (which is not part of the document) . Eventually the loaded site doesn't work.
How can I overcome this problem ? I can avoid calling any JavaScript in the high most frame. Is there a way to specify that the high most frame is not a JavaScript context ? Or maybe I can explicitly specify somehow the "top" document? Thanks, -Michael. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
