?? nav01.htm
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--last modified on Wed, Apr 9, 1997 7:34 AM-->
<HTML>
<HEAD>
<script language="JavaScript">
prev = new Image(120,22);
prev.src ="prev.gif";
prevx = new Image(120,22);
next = new Image(120,22);
next.src ="next.gif";
nextx = new Image(120,22);
nextx.src ="nextx.gif";
function Image()
{
}
function imgReplace(img,imgx)
{
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >=3)
{
document.images[img].src = eval(imgx + ".src");
}
}
// -->
</script>
<META NAME="GENERATOR" Content="Symantec Visual Page 1.0">
<META NAME="Author" Content="Steph Mineart">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
<TITLE>Navigation - Chapter 1</TITLE>
</HEAD>
<BODY BACKGROUND="NAV_BG.GIF">
<nobr>
<P ALIGN="CENTER"><A HREF="indexint.htm" target="text" onMouseOver="imgReplace('prev_chapter','prevx'),
window.status='Introduction'; return true"
onMouseOut="imgReplace('prev_chapter','prev')"><IMG SRC="PREV.GIF" WIDTH="120" HEIGHT="22"
ALIGN="BOTTOM" ALT="[Previous Chapter]" BORDER="0" HSPACE="5" name="prev_chapter"></A>
<A HREF="http://www.mcp.com/que/" target="_top" onMouseOver="window.status='Click here to go to the Que homepage'; return true"><IMG
SRC="QUE_SM.GIF" WIDTH="75" HEIGHT="24" ALIGN="BOTTOM" ALT="[Que]" BORDER="0" HSPACE="5"></A>
<A HREF="INDEX02.HTM" target="text" onMouseOver="imgReplace('next_chapter','nextx'),
window.status='Chapter 2'; return true"
onMouseOut="imgReplace('next_chapter','next')"><IMG SRC="NEXT.GIF" WIDTH="120" HEIGHT="22"
ALIGN="BOTTOM" ALT="[Next Chapter]" BORDER="0" HSPACE="5" name="next_chapter"></A>
</nobr>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -