Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Possible Ways to Communicate Between iFrame and Parent Page across domains

Please suggest possible techniques to trigger events in parent page from an iFrame. I tried out url Hashing and using window.postMessage techniques but without any success.

like image 691
SKR Avatar asked May 05 '10 07:05

SKR


2 Answers

easyXDM is designed for this exact purpose. You can find it at http://easyxdm.net and it has quite a few examples.

To sum it up, it allows two windows to communicate 'freely' using either strings or RPC calls.

See http://consumer.easyxdm.net/current/example/methods.html for one of the RPC-demos.

like image 170
Sean Kinsey Avatar answered Nov 03 '22 03:11

Sean Kinsey


No success because you cannot for security reasons.

like image 25
zaf Avatar answered Nov 03 '22 05:11

zaf