<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=sjis">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<link rel="stylesheet" type="text/css" href="style.css">
<title>4-3-1 データを更新、削除する</title>
</head>
<body>
<h2>4-3-1 データを更新、削除する</h2>
<p></p>
<form>
<input type="button" value=" 戻る " onClick="history.back()">
</form>
<p><hr></p>
<form method="POST" action="odbc4-3-1_2.php">
<table>
  <tr>
    <td>連番:</td>
    <td><input type="text" name="renban" size="40" maxlength="40" /></td>
  </tr>
</table>
<p></p>
<input type="submit" value="送信" />
</form>
</body>
</html>