从不同域中的父窗口获取iframe中的javascript变量

时间:2014-04-03 14:44:35

标签: javascript iframe cors

我将域名“someplace.com”中的iframe加载到“anotherplace.com”的窗口中。

旧问题表示您无法跨域访问变量:Sharing global javascript variable of a page with an iframe within that page

但是现在我们有了CORS,我想知道这是否可行。如果我们在域之间启用CORS,我们现在能够在iframe的父级中访问JS变量吗?

1 个答案:

答案 0 :(得分:3)