本页面跳转
window.location.href=''
window.location.href=''
上一层页面跳转
HTML如果使用模板frameset, 实现单个子页面让所有页面跳转,可以用这个方法
window.parent.location.href=''
最外层的页面跳转
window.top.location.href=''
window.location.href=''
window.location.href=''
HTML如果使用模板frameset, 实现单个子页面让所有页面跳转,可以用这个方法
window.parent.location.href=''
window.top.location.href=''