teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

zip01,zip02に合わせてinputのnameを変更しました。

2018/08/08 02:32

投稿

mayeno26
mayeno26

スコア13

title CHANGED
File without changes
body CHANGED
@@ -20,8 +20,8 @@
20
20
  </head>
21
21
 
22
22
  <form name="example">
23
- <input type="text" size="5" maxlength="3" name="zip21">
23
+ <input type="text" size="5" maxlength="3" name="zip01">
24
- <input type="text" size="6" maxlength="4" name="zip22">
24
+ <input type="text" size="6" maxlength="4" name="zip02">
25
25
  <button type="button" class="zipsearch" onclick="zip()">住所検索</button>
26
26
 
27
27
  <p id="address">ここに下のinput type="hidden"からデータを抜き取って住所を表示させる</p>