Possible Duplicate:
Permission Denied IE iFrame
I have an iframe in b.com which attempts to grab the jQuery library from a.com [my website]. Whenever it does this I get the “Access is Denied” error in both IE7 and IE8.
I have checked out Fiddler and it doesnt show that the script is getting blocked – but IE does errors with “Access is Denied”
What is causing this prob and how to get around it ?
Thx
Put simply, browser security won’t let you communicate between two frames that are on different domains. So you can’t “grab the jQuery library” from another frame. There’s no work around or it would be a security hole in the browser.
Your only options are to do one of the following: