📄 main.htm
字号:
<html>
<body background="../images/mainbg.gif">
<script language="JavaScript">
<!--hide
function go_nav(){
if (document.select.lesson.options[0].selected) ;
if (document.select.lesson.options[1].selected) parent.location.href = "../01/index.htm";
if (document.select.lesson.options[2].selected) parent.location.href = "../02/index.htm";
if (document.select.lesson.options[3].selected) parent.location.href = "../03/index.htm";
if (document.select.lesson.options[4].selected) parent.location.href = "../04/index.htm";
if (document.select.lesson.options[5].selected) parent.location.href = "../05/index.htm";
if (document.select.lesson.options[6].selected) parent.location.href = "../06/index.htm";
if (document.select.lesson.options[7].selected) parent.location.href = "../07/index.htm";
if (document.select.lesson.options[8].selected) parent.location.href = "../08/index.htm";
if (document.select.lesson.options[9].selected) parent.location.href = "../09/index.htm";
if (document.select.lesson.options[10].selected) parent.location.href = "../10/index.htm";
if (document.select.lesson.options[11].selected) parent.location.href = "../11/index.htm";
if (document.select.lesson.options[12].selected) parent.location.href = "../12/index.htm";
if (document.select.lesson.options[13].selected) parent.location.href = "../13/index.htm";
if (document.select.lesson.options[14].selected) parent.location.href = "../14/index.htm";
}
//-->
</SCRIPT>
<center>
<img src="../images/splash3.gif" width=432 height=313 border="0" vspace="0">
<br clear=left>
<form name="select">
<table border="0" cellspacing="0" cellpadding="0"><tr><td>
<SELECT NAME="lesson" size="1" onChange="go_nav()">
<OPTION SELECTED VALUE="index.html">Select an Exam</OPTION>
<OPTION> Exam 1</OPTION>
<OPTION> Exam 2</OPTION>
<OPTION> Exam 3</OPTION>
<OPTION> Exam 4</OPTION>
<OPTION> Exam 5</OPTION>
<OPTION> Exam 6</OPTION>
<OPTION> Exam 7</OPTION>
<OPTION> Exam 8</OPTION>
<OPTION> Exam 9</OPTION>
<OPTION> Exam 10</OPTION>
<OPTION> Exam 11</OPTION>
<OPTION> Exam 12</OPTION>
<OPTION> Exam 13</OPTION>
<OPTION> Exam 14</OPTION>
</SELECT>
</td></tr></table>
</form>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -