Answers

Aug 30, 2006 - 02:27 AM
Hi Sarbjit,
all mozilla based browser have a security feature which requires you to enable the a specific privilege called UniversalBrowserRead.
You do this with :netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead");
Have a look at the table on this web page: http://developer.mozilla.org/en/docs/XML_Extras
Hope this helped.
Cheers
Peter
all mozilla based browser have a security feature which requires you to enable the a specific privilege called UniversalBrowserRead.
You do this with :netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead");
Have a look at the table on this web page: http://developer.mozilla.org/en/docs/XML_Extras
Hope this helped.
Cheers
Peter

Aug 30, 2006 - 03:04 AM
Thanks Peter!!!!

Aug 30, 2006 - 03:11 AM
No worries. I am glad I could help you. Thanks for the points!
Cheers
Peter
Cheers
Peter

Aug 30, 2006 - 03:11 AM
If you get "Permission denied to call method XMLHttpRequest.open . " in Mozilla Based Browsers, enable UniversalBrowserRead with the code netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead");
Add New Comment