📄 main.html
字号:
<html>
<body background="images/mainbg.gif">
<script language="JavaScript">
<!--hide
function go_nav(){
if (document.select.lesson.options[0].selected) parent.location.href = "index.html";
if (document.select.lesson.options[1].selected)
parent.location.href = "5lesson/5exam-f.html";
if (document.select.lesson.options[2].selected) parent.location.href = "10lesson/10exam-f.html";
if (document.select.lesson.options[3].selected) parent.location.href = "15lesson/15exam-f.html";
if (document.select.lesson.options[4].selected) parent.location.href = "20lesson/20exam-f.html";
if (document.select.lesson.options[5].selected) parent.location.href = "25lesson/25exam-f.html";
if (document.select.lesson.options[6].selected) parent.location.href = "30lesson/30exam-f.html";
if (document.select.lesson.options[7].selected) parent.location.href = "35lesson/35exam-f.html";
if (document.select.lesson.options[8].selected) parent.location.href = "40lesson/40exam-f.html";
if (document.select.lesson.options[9].selected) parent.location.href = "45lesson/45exam-f.html";
if (document.select.lesson.options[10].selected) parent.location.href = "50lesson/50exam-f.html";
if (document.select.lesson.options[11].selected) parent.location.href = "55lesson/55exam-f.html";
if (document.select.lesson.options[12].selected) parent.location.href = "60lesson/60exam-f.html";
if (document.select.lesson.options[13].selected) parent.location.href = "65lesson/65exam-f.html";
}
//-->
</SCRIPT>
<MAP NAME="pic">
<AREA SHAPE=RECT COORDS="0,293,210,312" HREF="howto-f.html" target="_top">
<AREA SHAPE=RECT COORDS="212,293,430,312" HREF="glossary-f.html" target="_top">
</map>
<BR>
<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>Lesson 5 (Exam)</OPTION>
<OPTION>Lesson 10 (Exam)</OPTION>
<OPTION>Lesson 15 (Exam)</OPTION>
<OPTION>Lesson 20 (Exam)</OPTION>
<OPTION>Lesson 25 (Exam)</OPTION>
<OPTION>Lesson 30 (Exam)</OPTION>
<OPTION>Lesson 35 (Exam)</OPTION>
<OPTION>Lesson 40 (Exam)</OPTION>
<OPTION>Lesson 45 (Exam)</OPTION>
<OPTION>Lesson 50 (Exam)</OPTION>
<OPTION>Lesson 55 (Exam)</OPTION>
<OPTION>Lesson 60 (Exam)</OPTION>
<OPTION>Lesson 65 (Exam)</OPTION>
</SELECT>
</td></tr></table>
</FORM>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -