반응형
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>모바일!!! 메인페이지</title>
<script type="text/javascript">
function move_1() {
location.href = 'allList.action';
}
</script>
</head>
<body>
<input type="button" value="데이터 가져오기" onclick="move_1()" />
</body>
</html>
'Web개발 > JSP, Web' 카테고리의 다른 글
[JSP] javaseript 사용하기1 (0) | 2014.11.18 |
---|---|
[html / CSS] 사용하기 (0) | 2014.11.18 |
[JSP] Json 파싱하기 (0) | 2014.11.18 |
[JSP] Mysql 과 jsp 파일로 접속하기 (0) | 2014.11.18 |
[Mobile Web] Jquery Mobile1 (0) | 2014.11.18 |