码迷,mamicode.com
首页 > Web开发 > 详细

防止自己的网站 iFrame

时间:2014-08-19 16:59:16      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:io   ar   cti   on   sp   c   js   return   

// 防止 iFrame
function location_top(){
    if(top.location!=self.location){
        top.location=self.location;
        return false;
    }
    return true;
}
location_top();



防止自己的网站 iFrame,布布扣,bubuko.com

防止自己的网站 iFrame

标签:io   ar   cti   on   sp   c   js   return   

原文地址:http://my.oschina.net/u/575762/blog/304334

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!