1.window.location.href="login.jsp?backurl="+window.location.href; 2.window.history.back(-1);3.window.navigate("top.jsp");4.self.location='top.htm';5.top.location='xx.jsp';