首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

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

2013-03-20 
为什么用了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>

热点排行