1 |
wakaba |
1.1 |
|
2 |
|
|
// view panel for Internet Explorer |
3 |
|
|
|
4 |
|
|
document.write ('<div id="panel">'); |
5 |
|
|
document.write ('<h2>選択</h2>'); |
6 |
|
|
document.write ('<select id="bunri">'); |
7 |
|
|
document.write ('<option value="rikei">理系</option>'); |
8 |
|
|
document.write ('<option value="bunkei">文系</option>'); |
9 |
|
|
document.write ('</select>'); |
10 |
|
|
document.write ('<select id="bussei">'); |
11 |
|
|
document.write ('<option value="butsuri">物理</option>'); |
12 |
|
|
document.write ('<option value="seibutsu">生物</option>'); |
13 |
|
|
document.write ('</select>'); |
14 |
|
|
document.write ('<select id="chireki">'); |
15 |
|
|
document.write ('<option value="sekaishi">世界瘢雹史</option>'); |
16 |
|
|
document.write ('<option value="nihonshi">日本史</option>'); |
17 |
|
|
document.write ('<option value="chiri">地理</option>'); |
18 |
|
|
document.write ('</select>'); |
19 |
|
|
document.write ('</div>'); |
20 |
|
|
|
21 |
|
|
/* |
22 |
|
|
|
23 |
|
|
Note: This script is intended to be used with timetable-20020409.ja.html |
24 |
|
|
License: This script is on the Public Domain. |
25 |
|
|
|
26 |
|
|
See ChangeLog for authors and changes |
27 |
|
|
$Date: $ |
28 |
|
|
|
29 |
|
|
*/ |