回答編集履歴
2
コードインデントの修正(もうちょっと分かりやすくしました)
answer
CHANGED
@@ -27,56 +27,78 @@
|
|
27
27
|
<tr>
|
28
28
|
<td><font color="#ff0000"><label for="ID">希望ユーザーID</label></font></td>
|
29
29
|
<td><input type="text" name="ID" size="40" maxlength="30"><br></td>
|
30
|
-
</tr><tr>
|
31
|
-
<td><font color="#ff0000"><label for="pass">希望パスワード</label></font></td>
|
32
|
-
<td><input type="password" name="pass" size="40" maxlength="30"><br></td>
|
33
|
-
</tr><tr>
|
34
|
-
<td><font color="#ff0000"><label for="pass2">パスワード確認</label></font></td>
|
35
|
-
<td><input type="password" name="pass2" size="40" maxlength="30"><br></td>
|
36
|
-
</tr><tr>
|
37
|
-
<td><font color="#ff0000"><label for="shimei">氏名</label></font></td>
|
38
|
-
<td><input type="text" name="shimei" size="40" maxlength="30"><br></td>
|
39
|
-
</tr><tr>
|
40
|
-
<td><font color="#ff0000"><label for="kaisyamei">会社名</label></font></td>
|
41
|
-
<td><input type="text" name="kaisyamei" size="40" maxlength="30"><br></td>
|
42
|
-
</tr><tr>
|
43
|
-
<td><font color="#ff0000"><label for="mail">メールアドレス</label></font></td>
|
44
|
-
<td><input type="text" name="mail" size="40" maxlength="30"><br></td>
|
45
|
-
</tr><tr>
|
46
|
-
<td><font color="#ff0000"><label for="syouhinmei">商品名</label></font></td>
|
47
|
-
<td><input type="text" name="syouhinmei" size="40" maxlength="30"><br></td>
|
48
|
-
</tr><tr>
|
49
|
-
<td><font color="#ff0000"><label for="nedan">商品値段</label></font></td>
|
50
|
-
<td><input type="text" name="nedan" size="40" maxlength="30"><br></td>
|
51
|
-
</tr><tr>
|
52
|
-
<td><font color="#ff0000"><label for="q1">商品カテゴリー</label></font></td>
|
53
|
-
<td><input type="radio" name="q1" value="【書籍(実物商品)】"><font color="#ff0000">書籍</font>
|
54
|
-
<input type="radio" name="q1" value="【CD(実物商品)】"><font color="#ff0000">CD</font>
|
55
|
-
<input type="radio" name="q1" value="【DVD(実物商品)】"><font color="#ff0000">DVD</font>
|
56
|
-
<input type="radio" name="q1" value="【ソフトウェア(実物商品)】"><font color="#ff0000">ソフトウエア(実物)</font>
|
57
|
-
<input type="radio" name="q1" value="【ビデオゲーム(実物商品)】"><font color="#ff0000">ビデオゲーム(実物)</font>
|
58
|
-
<input type="radio" name="q1" value="【電子書籍(電子ファイル)】"><font color="#ff0000">電子書籍</font>
|
59
|
-
<input type="radio" name="q1" value="【ソフトウェア(電子ファイル)】"><font color="#ff0000">ソフトウェア(電子ファイル)</font>
|
60
|
-
<input type="radio" name="q1" value="【音楽(電子ファイル)】"><font color="#ff0000">音楽(電子ファイル)</font>
|
61
|
-
<input type="radio" name="q1" value="【ビデオゲーム(電子ファイル)】"><font color="#ff0000">ビデオゲーム(電子ファイル)</font>
|
62
|
-
<input type="radio" name="q1" value="【動画(電子ファイル)】"><font color="#ff0000">動画(電子ファイル)</font><br></td>
|
63
|
-
</tr><tr>
|
64
|
-
<td><font color="#ff0000">ファイル1:画像ファイル(jpg/gif/png/bmpファイル)<br>ファイル2:中身立ち読みファイル(pdfファイル)(無い人はアップロードする必要はありません)<br>ファイル3:売り物となるコンテンツ(実物商品を扱う場合はアップデートする必要はありません)をアップロードしてください</font><br></td>
|
65
|
-
</tr><tr>
|
66
|
-
<td><font color="#ff0000">ファイル1を選択:</font></td>
|
67
|
-
<td><font color="#ff0000"><input type="file" name="file1"></font><br></td>
|
68
|
-
</tr><tr>
|
69
|
-
<td><font color="#ff0000">ファイル2を選択:</font></td>
|
70
|
-
<td><font color="#ff0000"><input type="file" name="file2"></font><br></td>
|
71
|
-
</tr><tr>
|
72
|
-
<td><font color="#ff0000">ファイル3を選択:</font></td>
|
73
|
-
<td><font color="#ff0000"><input type="file" name="file3"></font><br></td>
|
74
|
-
</tr><tr>
|
75
|
-
<td><textarea name="mojijouhou" rows="4" cols="40">商品情報をご記入ください。</textarea><br></td>
|
76
|
-
</tr><tr>
|
77
|
-
<td><input type="submit" onclick="location.href'67b32.cgi'" value="送信">
|
78
|
-
<input type="reset" value="リセット"></td>
|
79
30
|
</tr>
|
31
|
+
<tr>
|
32
|
+
<td><font color="#ff0000"><label for="pass">希望パスワード</label></font></td>
|
33
|
+
<td><input type="password" name="pass" size="40" maxlength="30"><br></td>
|
34
|
+
</tr>
|
35
|
+
<tr>
|
36
|
+
<td><font color="#ff0000"><label for="pass2">パスワード確認</label></font></td>
|
37
|
+
<td><input type="password" name="pass2" size="40" maxlength="30"><br></td>
|
38
|
+
</tr>
|
39
|
+
<tr>
|
40
|
+
<td><font color="#ff0000"><label for="shimei">氏名</label></font></td>
|
41
|
+
<td><input type="text" name="shimei" size="40" maxlength="30"><br></td>
|
42
|
+
</tr>
|
43
|
+
<tr>
|
44
|
+
<td><font color="#ff0000"><label for="kaisyamei">会社名</label></font></td>
|
45
|
+
<td><input type="text" name="kaisyamei" size="40" maxlength="30"><br></td>
|
46
|
+
</tr>
|
47
|
+
<tr>
|
48
|
+
<td><font color="#ff0000"><label for="mail">メールアドレス</label></font></td>
|
49
|
+
<td><input type="text" name="mail" size="40" maxlength="30"><br></td>
|
50
|
+
</tr>
|
51
|
+
<tr>
|
52
|
+
<td><font color="#ff0000"><label for="syouhinmei">商品名</label></font></td>
|
53
|
+
<td><input type="text" name="syouhinmei" size="40" maxlength="30"><br></td>
|
54
|
+
</tr>
|
55
|
+
<tr>
|
56
|
+
<td><font color="#ff0000"><label for="nedan">商品値段</label></font></td>
|
57
|
+
<td><input type="text" name="nedan" size="40" maxlength="30"><br></td>
|
58
|
+
</tr>
|
59
|
+
<tr>
|
60
|
+
<td><font color="#ff0000"><label for="q1">商品カテゴリー</label></font></td>
|
61
|
+
<td>
|
62
|
+
<input type="radio" name="q1" value="【書籍(実物商品)】"><font color="#ff0000">書籍</font>
|
63
|
+
<input type="radio" name="q1" value="【CD(実物商品)】"><font color="#ff0000">CD</font>
|
64
|
+
<input type="radio" name="q1" value="【DVD(実物商品)】"><font color="#ff0000">DVD</font>
|
65
|
+
<input type="radio" name="q1" value="【ソフトウェア(実物商品)】"><font color="#ff0000">ソフトウエア(実物)</font>
|
66
|
+
<input type="radio" name="q1" value="【ビデオゲーム(実物商品)】"><font color="#ff0000">ビデオゲーム(実物)</font>
|
67
|
+
<input type="radio" name="q1" value="【電子書籍(電子ファイル)】"><font color="#ff0000">電子書籍</font>
|
68
|
+
<input type="radio" name="q1" value="【ソフトウェア(電子ファイル)】"><font color="#ff0000">ソフトウェア(電子ファイル)</font>
|
69
|
+
<input type="radio" name="q1" value="【音楽(電子ファイル)】"><font color="#ff0000">音楽(電子ファイル)</font>
|
70
|
+
<input type="radio" name="q1" value="【ビデオゲーム(電子ファイル)】"><font color="#ff0000">ビデオゲーム(電子ファイル)</font>
|
71
|
+
<input type="radio" name="q1" value="【動画(電子ファイル)】"><font color="#ff0000">動画(電子ファイル)</font><br>
|
72
|
+
</td>
|
73
|
+
</tr>
|
74
|
+
<tr>
|
75
|
+
<td>
|
76
|
+
<font color="#ff0000">
|
77
|
+
ファイル1:画像ファイル(jpg/gif/png/bmpファイル)<br>
|
78
|
+
ファイル2:中身立ち読みファイル(pdfファイル)(無い人はアップロードする必要はありません)<br>
|
79
|
+
ファイル3:売り物となるコンテンツ(実物商品を扱う場合はアップデートする必要はありません)をアップロードしてください
|
80
|
+
</font>
|
81
|
+
<br>
|
82
|
+
</td>
|
83
|
+
</tr>
|
84
|
+
<tr>
|
85
|
+
<td><font color="#ff0000">ファイル1を選択:</font></td>
|
86
|
+
<td><font color="#ff0000"><input type="file" name="file1"></font><br></td>
|
87
|
+
</tr>
|
88
|
+
<tr>
|
89
|
+
<td><font color="#ff0000">ファイル2を選択:</font></td>
|
90
|
+
<td><font color="#ff0000"><input type="file" name="file2"></font><br></td>
|
91
|
+
</tr>
|
92
|
+
<tr>
|
93
|
+
<td><font color="#ff0000">ファイル3を選択:</font></td>
|
94
|
+
<td><font color="#ff0000"><input type="file" name="file3"></font><br></td>
|
95
|
+
</tr>
|
96
|
+
<tr>
|
97
|
+
<td><textarea name="mojijouhou" rows="4" cols="40">商品情報をご記入ください。</textarea><br></td>
|
98
|
+
</tr>
|
99
|
+
<tr>
|
100
|
+
<td><input type="submit" onclick="location.href'67b32.cgi'" value="送信"><input type="reset" value="リセット"></td>
|
101
|
+
</tr>
|
80
102
|
</tbody>
|
81
103
|
</table>
|
82
104
|
</form>
|
1
書きかけ部分の修正
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
スクショです.ラジオボタンが自動で全選択,ということはないですね
|
1
|
+
スクショです.ラジオボタンが自動で全選択,ということはないですね(但し,フォーム関連要素は,前回の状態を保持することがあるので,必要に応じて初期化処理を加えてください)
|
2
|
-
|
2
|
+
|
3
3
|
HTMLの問題ではなさそう(配色がヤバいという話はとりあえず置いておく)
|
4
4
|

|
5
5
|
labelにfor属性がないので,ボタンを直にクリックしないと効かないのが残念
|