質問編集履歴
1
変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,121 +24,7 @@
|
|
24
24
|
|
25
25
|
### 該当のソースコード
|
26
26
|
|
27
|
-
<!DOCTYPE html>
|
28
27
|
|
29
|
-
<html lang="ja" dir="ltr">
|
30
|
-
|
31
|
-
<head>
|
32
|
-
|
33
|
-
<meta charset="utf-8">
|
34
|
-
|
35
|
-
<link rel="stylesheet" href="stylesheet2.css">
|
36
|
-
|
37
|
-
<title>Eラーニング</title>
|
38
|
-
|
39
|
-
</head>
|
40
|
-
|
41
|
-
<body>
|
42
|
-
|
43
|
-
<form action="test3.php" method="post">
|
44
|
-
|
45
|
-
<div class="main">
|
46
|
-
|
47
|
-
<div class="questions">
|
48
|
-
|
49
|
-
<div class="question1"></div>
|
50
|
-
|
51
|
-
<div class="kaitou">
|
52
|
-
|
53
|
-
<select name="kaitoubox" id="kaitoubox">
|
54
|
-
|
55
|
-
<option id="1" value="1">1</option>
|
56
|
-
|
57
|
-
<option id="2" value="2">2</option>
|
58
|
-
|
59
|
-
<option id="3" value="3">3</option>
|
60
|
-
|
61
|
-
</select>
|
62
|
-
|
63
|
-
</div>
|
64
|
-
|
65
|
-
<span name="keka" class="keka" id="keka">
|
66
|
-
|
67
|
-
<input type="text" name="kekaa">
|
68
|
-
|
69
|
-
</span>
|
70
|
-
|
71
|
-
<div class="question2"></div>
|
72
|
-
|
73
|
-
<div class="kaitou">
|
74
|
-
|
75
|
-
<select name="kaitoubox" id="kaitoubox">
|
76
|
-
|
77
|
-
<option id="1" value="1">1</option>
|
78
|
-
|
79
|
-
<option id="2" value="2">2</option>
|
80
|
-
|
81
|
-
<option id="3" value="3">3</option>
|
82
|
-
|
83
|
-
</select>
|
84
|
-
|
85
|
-
</div>
|
86
|
-
|
87
|
-
<form name="f">
|
88
|
-
|
89
|
-
<input type="text" name="kekaa">
|
90
|
-
|
91
|
-
</form>
|
92
|
-
|
93
|
-
<div class="question3"></div>
|
94
|
-
|
95
|
-
<div class="kaitou">
|
96
|
-
|
97
|
-
<select name="kaitoubox" id="kaitoubox">
|
98
|
-
|
99
|
-
<option id="1" value="1">1</option>
|
100
|
-
|
101
|
-
<option id="2" value="2">2</option>
|
102
|
-
|
103
|
-
<option id="3" value="3">3</option>
|
104
|
-
|
105
|
-
</select>
|
106
|
-
|
107
|
-
</div>
|
108
|
-
|
109
|
-
<span name="keka" class="keka" id="keka">
|
110
|
-
|
111
|
-
<input type="text" name="kekaa">
|
112
|
-
|
113
|
-
</span>
|
114
|
-
|
115
|
-
</div>
|
116
|
-
|
117
|
-
</div>
|
118
|
-
|
119
|
-
<div class="footer">
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
<div class="footer1">
|
124
|
-
|
125
|
-
<input type="button" value="採点" onclick="kotae();"/>
|
126
|
-
|
127
|
-
<input type="button" value="次へ" onclick="next;"/>
|
128
|
-
|
129
|
-
<input type="button" value="キャンセル" onclick="modoru;"/>
|
130
|
-
|
131
|
-
</div>
|
132
|
-
|
133
|
-
</div>
|
134
|
-
|
135
|
-
</form>
|
136
|
-
|
137
|
-
</body>
|
138
|
-
|
139
|
-
<script type="text/javascript"src="test2.js"></script>
|
140
|
-
|
141
|
-
</html>
|
142
28
|
|
143
29
|
|
144
30
|
|