質問編集履歴
1
zip01,zip02に合わせてinputのnameを変更しました。
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="
|
23
|
+
<input type="text" size="5" maxlength="3" name="zip01">
|
24
|
-
<input type="text" size="6" maxlength="4" name="
|
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>
|