防止本身的网站 iFrame

// 防止 iFrame
function location_top(){
    if(top.location!=self.location){
        top.location=self.location;
        return false;
    }
    return true;
}
location_top();
相关文章
相关标签/搜索