Hi, I have an html page which has an iframe, and this iframe contains signed scripts. e.g. whatever.jar contains the signed some.html
In the source, it looks like this <iframe src=jar:http://...whatever.jar!some.html > There are javascript function calls and objects need to be accessed in some.html from the top frame, like var x = top.whateverfunction(); or var s = top.somevar; All of this had been working fine, until using Firefox 2.0.0.14, then something happened with 2.0.0.15 and I get the following exception with 2.0.015 (or 2.0.0.16) uncaught exception: Permission denied to get property Window.somevar. So, it seems to me that the objects defined in the top frame are no longer available for the scripts in the signed embedded frame. I would like to get some help to fix this somehow. TIA and Regards, giorgio71 _______________________________________________ dev-security mailing list [email protected] https://lists.mozilla.org/listinfo/dev-security
