tURL"); String cookieValue = null; cookieValue = request.getParameter("cookieValue"); if (cookieValue != null) { Cookie c = new Cookie("itman",cookieValue); c.setPath("/"); response.addCookie(c); %> <html> <head> </head> <body> <script language="JavaScript"> document.location.href = "<%=redirectURL%>"; </script> </body> </html> <% } else { if (redirectURL != null) { response.sendRedirect(redirectURL); } <页码:[1] [2] [3] [4] [5] [6] 第4页、共6页 |