반응형
script에 location.href='main.jsp'로 main 페이지로 넘어 가게 하였다.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>프로젝트 게시판 사이트</title>
</head>
<body>
<script>
location.href = 'main.,jsp';
</script>
</body>
</html>
|
cs |
반응형
최근댓글