質問編集履歴

1

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

2018/08/08 02:32

投稿

mayeno26
mayeno26

スコア13

test CHANGED
File without changes
test CHANGED
@@ -42,9 +42,9 @@
42
42
 
43
43
  <form name="example">
44
44
 
45
- <input type="text" size="5" maxlength="3" name="zip21">
45
+ <input type="text" size="5" maxlength="3" name="zip01">
46
46
 
47
- <input type="text" size="6" maxlength="4" name="zip22">
47
+ <input type="text" size="6" maxlength="4" name="zip02">
48
48
 
49
49
  <button type="button" class="zipsearch" onclick="zip()">住所検索</button>
50
50