[JSP] page redirect
Computer_IT/JSP2006. 9. 30. 22:49
반응형
- <%@ page contentType="text/html; charset=euc-kr" %>
- <html>
- <head><title>Response.sendRedirect</title></head>
- <body>
- <%
- response.sendRedirect("http://www.naver.com");
- %>
- </body>
- </html>
반응형
'Computer_IT > JSP' 카테고리의 다른 글
[JSP] Java Beans(자바빈) (0) | 2006.10.01 |
---|---|
[JSP] URLEncoder (0) | 2006.09.30 |
[JSP] request method list (0) | 2006.09.30 |
[JSP] JSP 필수 Directive (0) | 2006.09.30 |
JSP request. 들의 메소드 (0) | 2006.04.13 |