Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
High Performance Python for Data Analytics
this week in the
Python
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Ron McLeod
Bear Bibeault
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
Tim Cooke
Junilu Lacar
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Jj Roberts
Carey Brown
Bartenders:
salvin francis
Frits Walraven
Piet Souris
Forum:
HTML Pages with CSS and JavaScript
permission denied problem in ajax
pavan sharma
Greenhorn
Posts: 21
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I got this error while i am running a simple ajax application with
java
...
Error: uncaught exception: Permission denied to call method XMLHttpRequest.open
Any Idea about this...
Thanks
Eric Pascarello
author
Posts: 15385
6
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Because you can not call another domain. JavaScript has the smae domain policy.
Eric
Bear Bibeault
Marshal
Posts: 67497
173
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
An Ajax request must be made to the same server that delivered the page. To use Ajax with another server, such as for web services, you need to write a server-side proxy that relays the request from server to server.
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
PLiZ Heeeeeeeeelp!
ejb environment
jdk 1.3
I ma Getting Javascript Error Permission denied.
permission denied error in rt.jar file, jdk 1.,3
More...