📄 page2.htm
字号:
<HTML>
<HEAD>
<TITLE>menu tree</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
if ((self != top) && (parent.theMenu)) {
var eID = parent.theMenu.findEntry(location.pathname, "url", "right", 0);
if (eID >= 0) {
parent.theMenu.selectEntry(eID);
if (parent.theMenu.setEntry(eID, true)) {
parent.theMenu.refresh();
}
}
} else {
var navPrinting = false;
if ((navigator.appName + navigator.appVersion.substring(0, 1)) == "Netscape4") {
navPrinting = (self.innerHeight == 0) && (self.innerWidth == 0);}
if ((self.name != 'text') && (self.location.protocol != "file:") && (document.cookie.indexOf('mode=NoFrames') < 0) && !navPrinting) {
var newLoc = "index.htm@page=" + escape(self.location.pathname);
if (parseInt(navigator.appVersion) >= 3) {self.location.replace(newLoc);} else {self.location.href = newLoc;}
}
}
//-->
</SCRIPT>
<style type="text/css">
<!--
body { font-size: 9pt; margin-top: 0px}
-->
</style>
</HEAD>
<BODY BGCOLOR=#F4F3F2>
</center>
<br>
<noscript> </noscript>
<H1><font face="Arial, Helvetica, sans-serif">Page 2 DEMO</font></H1>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -