self.location.href;
window.location.href;
this.location.href;
location.href;
parent.location.href;
top.location.href;
window.location.href与location.href,self.location.href,location.href都是本页面跳转
"parent.location.href是上一层页面跳转"
"top.location.href是最外层的页面跳转"
原文地址:http://11537662.blog.51cto.com/11527662/1922018