检测并删除Frame Busting Code

时间:2011-06-24 06:31:01

标签: javascript html iframe

如何在javascript中检测并终止Frame Busting Code:

framekiller脚本的典型源代码是:

if(top!= self)top.location.href = self.location.href;

1 个答案:

答案 0 :(得分:2)

很抱歉,如果iframe包含从其他域投放的网页,您将无法停止该网页。在较新的浏览器中,将有一个sandbox属性可以完成工作(因为有allow-top-navigation的选项),但是,大多数浏览器还没有识别它。