当前位置: 代码迷 >> HTML/CSS >> 为啥用了<meta http-equiv="Windows-Target" content="top"网页还是能在分帧中显示,恳求个大神帮忙解决
  详细解决方案

为啥用了<meta http-equiv="Windows-Target" content="top"网页还是能在分帧中显示,恳求个大神帮忙解决

热度:966   发布时间:2013-03-20 15:25:24.0
为什么用了<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>
  相关解决方案