标签: javascript html iframe
如何在javascript中检测并终止Frame Busting Code:
framekiller脚本的典型源代码是:
答案 0 :(得分:2)
很抱歉,如果iframe包含从其他域投放的网页,您将无法停止该网页。在较新的浏览器中,将有一个sandbox属性可以完成工作(因为有allow-top-navigation的选项),但是,大多数浏览器还没有识别它。
iframe
sandbox
allow-top-navigation