質問編集履歴
2
諸事情による修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -60,28 +60,6 @@
|
|
60
60
|
|
61
61
|
<tr>
|
62
62
|
|
63
|
-
<th>性別:</th>
|
64
|
-
|
65
|
-
<td>男性<input type="radio" name="gender" value="men" checked="checked"></td>
|
66
|
-
|
67
|
-
<td>女性<input type="radio" name="gender" value="men"></td>
|
68
|
-
|
69
|
-
</tr>
|
70
|
-
|
71
|
-
<tr>
|
72
|
-
|
73
|
-
<th>自己アピール:</th>
|
74
|
-
|
75
|
-
<td><textarea rows="5" cols="20" name="naiyou"></textarea></td>
|
76
|
-
|
77
|
-
</tr>
|
78
|
-
|
79
|
-
<tr>
|
80
|
-
|
81
|
-
<td colspan="2"> <input type="button" onClick="msg()" value="送信"> </td>
|
82
|
-
|
83
|
-
</tr>
|
84
|
-
|
85
63
|
</table>
|
86
64
|
|
87
65
|
</form>
|
1
不要な部分の削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -60,45 +60,11 @@
|
|
60
60
|
|
61
61
|
<tr>
|
62
62
|
|
63
|
-
<th>電話番号:</th>
|
64
|
-
|
65
|
-
<td><input type="text" name="phone_number" size="20"></td>
|
66
|
-
|
67
|
-
</tr>
|
68
|
-
|
69
|
-
<tr>
|
70
|
-
|
71
63
|
<th>性別:</th>
|
72
64
|
|
73
65
|
<td>男性<input type="radio" name="gender" value="men" checked="checked"></td>
|
74
66
|
|
75
67
|
<td>女性<input type="radio" name="gender" value="men"></td>
|
76
|
-
|
77
|
-
</tr>
|
78
|
-
|
79
|
-
<tr>
|
80
|
-
|
81
|
-
<th>申し込み理由:</th>
|
82
|
-
|
83
|
-
<td>当サイトを見て<input type="checkbox" name="self"></td>
|
84
|
-
|
85
|
-
<td>友人に勧められて<input type="checkbox" name="non_self"></td>
|
86
|
-
|
87
|
-
</tr>
|
88
|
-
|
89
|
-
<tr>
|
90
|
-
|
91
|
-
<th>住所:</th>
|
92
|
-
|
93
|
-
<td><select name="address">
|
94
|
-
|
95
|
-
<option value="日本">日本</option>
|
96
|
-
|
97
|
-
<option value="アメリカ">アメリカ</option>
|
98
|
-
|
99
|
-
<option value="イギリス">イギリス</option>
|
100
|
-
|
101
|
-
</select> </td>
|
102
68
|
|
103
69
|
</tr>
|
104
70
|
|