Hi there. I'm looking for a dojo toolkit approach to communicating across iFrames. Something similar to Julien Lecomte's CrossFrame technique shown here http://www.julienlecomte.net/blog/2007/11/31/. His approach uses a YUI library function. Is there anything of the sort in Dojo?
I checked out dojo.io.frame, but that doesn't seem to be able to communicate from one frame to another frame on the same page... it just allows you to post/request data to a 3rd party server.
I'm looking to communicate between a 3rd party Iframes and its host document. Ie:
iFrameA (mydomain.com/iframea) is embedded in webpageB (anotherdomain.com/webpageB).
I want a function in iFrameA to be able to securely call a function in webpageB. Presumably via a proxy on anotherdomain.com.
Thanks for any help.