Home ›
uncaught exception: Permission denied to call method XMLHttpRequest.openuncaught exception: Permission denied to call method XMLHttpRequest.open
Submitted by Benjamin Melançon on May 25, 2008 - 11:10am
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead");
http://www.captain.at/howto-ajax-permission-denied-xmlhttprequest.php
Resolution
Searched words:
JS JavaScript AJAX permission denied on XML HTTP request
Comments
Error: uncaught exception: Permission denied to call method XMLH
Error: uncaught exception: Permission denied to call method XMLHttpRequest.open
This error might be comming because of tag you use in your html header. tag does not support certain events like onload, onunload
remove this tag from your html and your jscript will run properly
refer: http://www.w3schools.com/TAGS/ref_eventattributes.asp
if this solution helps you plz reply on: manivnsgu@gmail.com
Cheers!
Post new comment