<%@page contentType="text/html" pageEncoding="UTF-8"%>
<jsp:useBean id="buta" scope="session" class="jq2.bean" />
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>練習</title>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="main.js"></script>
</head>
<body>
<div id="news">AS</div>
<BR>
<p id="about">BBB</p>
<form>
<input type="button" value="書き替え" onClick="changeText()">
</form>
<form>
<input type="button" value="書き替え" onClick="matchText(1)">
</form>
</body>
</html>
最終更新:2013年01月01日 06:11