[JSP] page redirect
Computer/IT/JSP 2006/09/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] page redirect (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 |

댓글을 달아 주세요