<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>ForEach</title>
<script type="text/javascript">
</script>
</head>
<body>
<form id="forEachListForm">

<table border="1">
        <tbody id="fieldItems">
                <tr>
                        <div id="integerValueItems">
                        <td ><input type="text" id="integerValue" size="10" /></td>
                        </div>
                </tr>
        </tbody>
</table>
<input type="button" id="doReCalc" value="再計算" />

<input type="hidden" id="fieldItemsSave" />
</form>
</body>
</html>