Monday, June 3, 2024
 Popular · Latest · Hot · Upcoming
76
rated 0 times [  77] [ 1]  / answers: 1 / hits: 17021  / 15 Years ago, wed, december 23, 2009, 12:00:00

I'm loading a page through AJAX with jQuery's load() function. It doesn't work in IE8, giving the permission denied error. Using the IE debugger, it seems that when jQuery tries to open up the xhr, ie blocks it.



The problem is, my page has a javascript src that points to bing maps js api (which of course is in a completely different domain than mine). It seems to me that IE tries to grab this js file through a xhr, which then throws the permission denied error. Is there a workaround for this?



I can only remember of downloading the bing maps js myself and serving them locally.


More From » jquery

 Answers
21

I eventually grabbed a copy of the script and include it myself, so it is in the same domain.


[#98003] Saturday, December 19, 2009, 15 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
danar

Total Points: 271
Total Questions: 94
Total Answers: 93

Location: Ecuador
Member since Thu, Jun 4, 2020
4 Years ago
danar questions
;