回答編集履歴

2

コードインデントの修正(もうちょっと分かりやすくしました)

2018/08/21 09:53

投稿

liveasnotes
liveasnotes

スコア1284

test CHANGED
@@ -56,103 +56,147 @@
56
56
 
57
57
  <td><input type="text" name="ID" size="40" maxlength="30"><br></td>
58
58
 
59
- </tr><tr>
60
-
61
- <td><font color="#ff0000"><label for="pass">希望パスワード</label></font></td>
62
-
63
- <td><input type="password" name="pass" size="40" maxlength="30"><br></td>
64
-
65
- </tr><tr>
66
-
67
- <td><font color="#ff0000"><label for="pass2">パスワード確認</label></font></td>
68
-
69
- <td><input type="password" name="pass2" size="40" maxlength="30"><br></td>
70
-
71
- </tr><tr>
72
-
73
- <td><font color="#ff0000"><label for="shimei">氏名</label></font></td>
74
-
75
- <td><input type="text" name="shimei" size="40" maxlength="30"><br></td>
76
-
77
- </tr><tr>
78
-
79
- <td><font color="#ff0000"><label for="kaisyamei">会社名</label></font></td>
80
-
81
- <td><input type="text" name="kaisyamei" size="40" maxlength="30"><br></td>
82
-
83
- </tr><tr>
84
-
85
- <td><font color="#ff0000"><label for="mail">メールアドレス</label></font></td>
86
-
87
- <td><input type="text" name="mail" size="40" maxlength="30"><br></td>
88
-
89
- </tr><tr>
90
-
91
- <td><font color="#ff0000"><label for="syouhinmei">商品名</label></font></td>
92
-
93
- <td><input type="text" name="syouhinmei" size="40" maxlength="30"><br></td>
94
-
95
- </tr><tr>
96
-
97
- <td><font color="#ff0000"><label for="nedan">商品値段</label></font></td>
98
-
99
- <td><input type="text" name="nedan" size="40" maxlength="30"><br></td>
100
-
101
- </tr><tr>
102
-
103
- <td><font color="#ff0000"><label for="q1">商品カテゴリー</label></font></td>
104
-
105
- <td><input type="radio" name="q1" value="【書籍(実物商品)】"><font color="#ff0000">書籍</font>
106
-
107
- <input type="radio" name="q1" value="【CD(実物商品)】"><font color="#ff0000">CD</font>
108
-
109
- <input type="radio" name="q1" value="【DVD(実物商品)】"><font color="#ff0000">DVD</font>
110
-
111
- <input type="radio" name="q1" value="【ソフトウェア(実物商品)】"><font color="#ff0000">ソフトウエア(実物)</font>
112
-
113
- <input type="radio" name="q1" value="【ビデオゲーム(実物商品)】"><font color="#ff0000">ビデオゲーム(実物)</font>
114
-
115
- <input type="radio" name="q1" value="【電子書籍(電子ファイル)】"><font color="#ff0000">電子書籍</font>
116
-
117
- <input type="radio" name="q1" value="【ソフトウェア(電子ファイル)】"><font color="#ff0000">ソフトウェア(電子ファイル)</font>
118
-
119
- <input type="radio" name="q1" value="【音楽(電子ファイル)】"><font color="#ff0000">音楽(電子ファイル)</font>
120
-
121
- <input type="radio" name="q1" value="【ビデオゲーム(電子ファイル)】"><font color="#ff0000">ビデオゲーム(電子ファイル)</font>
122
-
123
- <input type="radio" name="q1" value="【動画(電子ファイル)】"><font color="#ff0000">動画(電子ファイル)</font><br></td>
124
-
125
- </tr><tr>
126
-
127
- <td><font color="#ff0000">ファイル1:画像ファイル(jpg/gif/png/bmpファイル)<br>ファイル2:中身立ち読みファイル(pdfファイル)(無い人はアップロードする必要はありません)<br>ファイル3:売り物となるコンテンツ(実物商品を扱う場合はアップデートする必要はありません)をアップロードしてください</font><br></td>
128
-
129
- </tr><tr>
130
-
131
- <td><font color="#ff0000">ファイル1を選択:</font></td>
132
-
133
- <td><font color="#ff0000"><input type="file" name="file1"></font><br></td>
134
-
135
- </tr><tr>
136
-
137
- <td><font color="#ff0000">ファイル2を選択:</font></td>
138
-
139
- <td><font color="#ff0000"><input type="file" name="file2"></font><br></td>
140
-
141
- </tr><tr>
142
-
143
- <td><font color="#ff0000">ファイル3を選択:</font></td>
144
-
145
- <td><font color="#ff0000"><input type="file" name="file3"></font><br></td>
146
-
147
- </tr><tr>
148
-
149
- <td><textarea name="mojijouhou" rows="4" cols="40">商品情報をご記入ください。</textarea><br></td>
150
-
151
- </tr><tr>
152
-
153
- <td><input type="submit" onclick="location.href'67b32.cgi'" value="送信">
154
-
155
- <input type="reset" value="リセト"></td>
59
+ </tr>
60
+
61
+ <tr>
62
+
63
+ <td><font color="#ff0000"><label for="pass">希望パスワード</label></font></td>
64
+
65
+ <td><input type="password" name="pass" size="40" maxlength="30"><br></td>
66
+
67
+ </tr>
68
+
69
+ <tr>
70
+
71
+ <td><font color="#ff0000"><label for="pass2">パスワード確認</label></font></td>
72
+
73
+ <td><input type="password" name="pass2" size="40" maxlength="30"><br></td>
74
+
75
+ </tr>
76
+
77
+ <tr>
78
+
79
+ <td><font color="#ff0000"><label for="shimei">名</label></font></td>
80
+
81
+ <td><input type="text" name="shimei" size="40" maxlength="30"><br></td>
82
+
83
+ </tr>
84
+
85
+ <tr>
86
+
87
+ <td><font color="#ff0000"><label for="kaisyamei">会社名</label></font></td>
88
+
89
+ <td><input type="text" name="kaisyamei" size="40" maxlength="30"><br></td>
90
+
91
+ </tr>
92
+
93
+ <tr>
94
+
95
+ <td><font color="#ff0000"><label for="mail">メールアドレス</label></font></td>
96
+
97
+ <td><input type="text" name="mail" size="40" maxlength="30"><br></td>
98
+
99
+ </tr>
100
+
101
+ <tr>
102
+
103
+ <td><font color="#ff0000"><label for="syouhinmei">商品</label></font></td>
104
+
105
+ <td><input type="text" name="syouhinmei" size="40" maxlength="30"><br></td>
106
+
107
+ </tr>
108
+
109
+ <tr>
110
+
111
+ <td><font color="#ff0000"><label for="nedan">商品値段</label></font></td>
112
+
113
+ <td><input type="text" name="nedan" size="40" maxlength="30"><br></td>
114
+
115
+ </tr>
116
+
117
+ <tr>
118
+
119
+ <td><font color="#ff0000"><label for="q1">商品カテゴリー</label></font></td>
120
+
121
+ <td>
122
+
123
+ <input type="radio" name="q1" value="【書籍(実物商品)】"><font color="#ff0000">書籍</font>
124
+
125
+ <input type="radio" name="q1" value="【CD(実物商品)】"><font color="#ff0000">CD</font>
126
+
127
+ <input type="radio" name="q1" value="【DVD(実物商品)】"><font color="#ff0000">DVD</font>
128
+
129
+ <input type="radio" name="q1" value="【ソフトウェア(実物商品)】"><font color="#ff0000">ソフトウエア(実物)</font>
130
+
131
+ <input type="radio" name="q1" value="【ビデオゲーム(実物商品)】"><font color="#ff0000">ビデオゲーム(実物)</font>
132
+
133
+ <input type="radio" name="q1" value="【電子書籍(電子ファイル)】"><font color="#ff0000">電子書籍</font>
134
+
135
+ <input type="radio" name="q1" value="【ソフトウェア(電子ファイル)】"><font color="#ff0000">ソフトウェア(電子ファイル)</font>
136
+
137
+ <input type="radio" name="q1" value="【音楽(電子ファイル)】"><font color="#ff0000">音楽(電子ファイル</font>
138
+
139
+ <input type="radio" name="q1" value="【ビデオゲーム(電子ファイル)】"><font color="#ff0000">ビデオゲーム(電子ファイル)</font>
140
+
141
+ <input type="radio" name="q1" value="【動画(電子ファイル)】"><font color="#ff0000">動画(電子ファイル)</font><br>
142
+
143
+ </td>
144
+
145
+ </tr>
146
+
147
+ <tr>
148
+
149
+ <td>
150
+
151
+ <font color="#ff0000">
152
+
153
+ ファイル1:画像ファイル(jpg/gif/png/bmpファイル)<br>
154
+
155
+ ファイル2:中身立ち読みファイル(pdfファイル)(無い人はアプロードする必要はありません)<br>
156
+
157
+ ファイル3:売り物となるコンテンツ(実物商品を扱う場合はアップデートする必要はありません)をアップロードしてください
158
+
159
+ </font>
160
+
161
+ <br>
162
+
163
+ </td>
164
+
165
+ </tr>
166
+
167
+ <tr>
168
+
169
+ <td><font color="#ff0000">ファイル1を選択:</font></td>
170
+
171
+ <td><font color="#ff0000"><input type="file" name="file1"></font><br></td>
172
+
173
+ </tr>
174
+
175
+ <tr>
176
+
177
+ <td><font color="#ff0000">ファイル2を選択:</font></td>
178
+
179
+ <td><font color="#ff0000"><input type="file" name="file2"></font><br></td>
180
+
181
+ </tr>
182
+
183
+ <tr>
184
+
185
+ <td><font color="#ff0000">ファイル3を選択:</font></td>
186
+
187
+ <td><font color="#ff0000"><input type="file" name="file3"></font><br></td>
188
+
189
+ </tr>
190
+
191
+ <tr>
192
+
193
+ <td><textarea name="mojijouhou" rows="4" cols="40">商品情報をご記入ください。</textarea><br></td>
194
+
195
+ </tr>
196
+
197
+ <tr>
198
+
199
+ <td><input type="submit" onclick="location.href'67b32.cgi'" value="送信"><input type="reset" value="リセット"></td>
156
200
 
157
201
  </tr>
158
202
 

1

書きかけ部分の修正

2018/08/21 09:53

投稿

liveasnotes
liveasnotes

スコア1284

test CHANGED
@@ -1,6 +1,6 @@
1
- スクショです.ラジオボタンが自動で全選択,ということはないですね
1
+ スクショです.ラジオボタンが自動で全選択,ということはないですね(但し,フォーム関連要素は,前回の状態を保持することがあるので,必要に応じて初期化処理を加えてください)
2
2
 
3
- (フォーム関連要素前回の状態)
3
+
4
4
 
5
5
  HTMLの問題ではなさそう(配色がヤバいという話はとりあえず置いておく)
6
6