1
ijse 2013-09-06 17:13:52 +08:00
`top.location.href='http://xxx.ooo'`
或者,登陆按钮如果是链接,那么添加 `target="_top"` 或者,表单提交方式登陆,那么`<form target="_top" ... >` |
2
lichao 2013-09-06 17:14:01 +08:00
Ajax 验证登陆成功后,用 js 跳转
window.top.location.href = ...... |