I want to send large amounts of data to and from 2 domains (e.g. Cross Domains) I was told the best way to do this is to use IFrames. My question is...
How do开发者_StackOverflow中文版 I go about doing this.
Is this what google does ???
Is this the best practice???
How can I better learn about this stuff.
Take a look at EasyXDM. As andres notes above, security is an issue-- once you get connectivity working, you'll need to think carefully about how you'll prevent malicious use of one end of the cross-domain interaction.
精彩评论