为啥用了<meta http-equiv="Windows-Target" content="top"网页还是能在

为什么用了meta http-equivWindows-Target content_top网页还是能在分帧中显示,恳求个大神帮忙解决

为什么用了<meta http-equiv="Windows-Target" content="_top"网页还是能在分帧中显示,恳求个大神帮忙解决!
为什么用了<meta http-equiv="Windows-Target" content="_top"网页还是能在分帧中显示,恳求个大神帮忙解决!
[解决办法]
没有这种属性吧。。ie5.5~ie8,firefox,chrome测试都没用

防止框架可以使用js

<script>
    if (top != self) top.location = self.location;
</script>