| View previous topic :: View next topic |
| Author |
Message |
Daniel Contributing Member

Joined: 14 Feb 2007 Posts: 207
|
Posted: Mon Aug 04, 2008 2:36 pm Post subject: uncaught exception: Permission denied to call method XMLHttp |
|
|
I'm getting this error calling an ajax function call
| Code: | | uncaught exception: Permission denied to call method XMLHttpRequest.open |
What does it mean? |
|
| Back to top |
|
 |
Kishore Contributing Member

Joined: 20 Feb 2007 Posts: 200 Location: Banglore , India
|
Posted: Thu Aug 07, 2008 10:37 am Post subject: |
|
|
Looks like you are trying to access some external URL through AJAX call. Some browsers doesnt allow this. You can add some code to sort this. Google it to see what others have done to sort this issue. _________________ =================
Kish |
|
| Back to top |
|
 |
|