2个回答
展开全部
第一种:window.location.href="login.jsp?backurl="+window.location.href;
第二种:window.history.back(-1);
第三种:window.navigate("top.jsp");
第四种:self.location='top.htm';
第五种:top.location='xx.jsp';
1) redirect 方式
response.sendRedirect("/a.jsp");
2) forward方式
RequestDispatcher dispatcher = request.getRequestDispatcher("/a.jsp");
dispatcher .forward(request, response);
第二种:window.history.back(-1);
第三种:window.navigate("top.jsp");
第四种:self.location='top.htm';
第五种:top.location='xx.jsp';
1) redirect 方式
response.sendRedirect("/a.jsp");
2) forward方式
RequestDispatcher dispatcher = request.getRequestDispatcher("/a.jsp");
dispatcher .forward(request, response);
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询