A few details: The two iframes are from different domains. I want to run a script within one iframe,开发者_StackOverflow to extract data from another. Is that possible?
There are some methods involving the usage of proxies.
Check this out: Another Cross Domain iFrame Communication Technique
For more methods just google "cross domain iframe" you'll find plenty of workarounds.
No direct access - however use intermediate GET/POST or Ajax.
精彩评论