我如何欺骗iframe页面在iframe中加载非?

时间:2013-08-20 09:18:21

标签: javascript iframe

在这种情况下,我希望在example.com中编写的假设javascript代码返回相同的结果:

window.self === window.top

<html>
 <body>
  <iframe id="you-are-not-an-iframe"  src="http://example.com"></iframe>
 </body>
</html>

1 个答案:

答案 0 :(得分:0)

浏览器安全模型禁止您在框架中显示第三方网站,同时告知网站它在顶部框架中运行。顺便说一句:在他们不希望它发生的情况下在框架中显示远程页面是邪恶的恕我直言。