Hi I load an iframe with a src attribute from an external site (say google) and then want to access its dom.
According to documentation on the web I have added:
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead");
to the page, and
user_pref("signed.applets.codebase_principal_support", true);
in my prefs.js file, but still get the permission exception.
Is there any way to work around this without resorting to the tedious task of using certificates and building jars ?
Thanks
David
