防止本身的網站 iFrame

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