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
Searched words:
JS JavaScript AJAX permission denied on XML HTTP request
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead");
http://www.captain.at/howto-ajax-permission-denied-xmlhttprequest.php
Resolution
More like this
- Salesforce uncaught exception: always more to hate about the dark side of the force
- Open source free software resources
- Getting trained by Eclipse PDT: Opening an existing folder of files as a project
- Does Autosave module for Drupal increase crashing? Does NOT save with imagefield
- Wireless Problems on HP Pavilion dv6000: Ubuntu or bad hardware?


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