1、
window.location.href="jb51.jsp?backurl="+window.location.href;
2、
window.history.back(-1);
3、
window.navigate("login.jsp");
4、
self.location='login.htm';
5、
top.location='login.jsp';
6、
<meta htttp-equiv="refresh" content="20" url="http://www.baidu.com">