`
chinahnzhou
  • 浏览: 352817 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

防止网页被iframe嵌套

    博客分类:
  • web
 
阅读更多
<script type="text/javascript">
    $(document).ready(function(){
        if(self!=top){
            top.location.href=document.URL;
        }
    });
</script>
 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics