vote up 1 vote down star

Hi,

how do we access parent document from a document loaded inside an iframe when the page loaded inside iframe is from another domain ?

I am getting a permission denied error.

Thanks in advance for the help.

flag

3 Answers

vote up 0 vote down

if you have control of both documents, then you could easily use easyXSS (http://easyxss.net) to communicate between them. A nice and easy example of using it can be found at http://xsslocal.kinsey.no/projects/easyxss/example/methods.html

link|flag
vote up 0 vote down

If you need only one-way communication from the inner content to the parent, then try this example (method 2) in which the author sets up another iframe inside the first, loading a page at the original domain.

link|flag
vote up 2 vote down

This rather old blog post seems to be addressing this issue: http://jszen.blogspot.com/2005/03/cross-domain-security-woes.html

http://radio.javaranch.com/pascarello/2005/12/30/1135962460818.html highlights some of the risk if cross-domain javascript was allowed.

So the permission denied error is correct.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.