<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>郵便番号・住所検索テンプレート</title>
</head>

<body>

<form method="POST" action="getaddr.cgi">
<input type="hidden" name="template" value="result1.html">
  <table border="0">
    <tr>
      <td nowrap>郵便番号を入力して下さい。</td>
      <td nowrap><input type="text" name="postalcode" size="20"></td>
      <td nowrap><input type="submit" value="検索" name="B1"></td>
    </tr>
  </table>
</form>

</body>

</html>
