Nothing? Nada?
I haven't found a solution either...
User Profile
Collapse
-
Permission Denied to documentElement
Running on Windows XP with Mozilla 2.0.0.4, I am experiencing a strange security issue.
Code:function loadXMLDoc(url,funcname) { try { netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead"); } catch (e) { alert("Permission UniversalBrowserRead denied."); } var req; // branch for native XMLHttpRequest object
No activity results to display
Show More
Leave a comment: