0

我目前有一个包含 iframe 的页面。该 iframe 正在从包含表单的 3rd 方站点打开一个页面。

我在 iframe 中显示的页面是:

http://local.amazon.com/subscribe

我无法控制 iframe 中出现的页面,因为它来自第 3 方。

我想要发生的是在用户单击继续然后单击订阅后,下一页需要跳出我的 iframe 并打开全窗口。

这甚至可能吗?

4

2 回答 2

1

不,您无法检测到在不受您控制的页面上发生的点击(同源策略)。

于 2013-03-14T18:40:40.597 回答
0

在iframetarget="_blank"top.location = self.location.href.

于 2013-03-14T17:56:47.267 回答