📄 excel.htm
字号:
<html>
<link rel="stylesheet" href="ch.css" type="text/css">
<body bgcolor="#2F88D0">
<script language="JavaScript1.2" class="big">
scores = new Array(20);
var numTotal=0;
NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
ver4 = (NS4 || IE4) ? 1 : 0;
if (ver4) { with (document) { write("<STYLE TYPE='text/css'>"); if (NS4) { write(".parent {position:absolute; visibility:visible}"); write(".child {position:absolute; visibility:visible}"); write(".regular {position:absolute; visibility:visible}") } else { write(".child {display:none}") } write("</STYLE>"); }}
function getIndex(el) { ind = null; for (i=0; i<document.layers.length; i++) { whichEl = document.layers[i]; if (whichEl.id == el) { ind = i; break; } } return ind;}
function arrange() { nextY = document.layers[firstInd].pageY +document.layers[firstInd].document.height; for (i=firstInd+1; i<document.layers.length; i++) { whichEl = document.layers[i]; if (whichEl.visibility != "hide") { whichEl.pageY = nextY; nextY += whichEl.document.height; } }}function initIt(){ if (!ver4) return; if (NS4) { for (i=0; i<document.layers.length; i++) { whichEl = document.layers[i]; if (whichEl.id.indexOf("Child") != -1) whichEl.visibility = "hide"; } arrange(); } else { divColl = document.all.tags("DIV"); for (i=0; i<divColl.length; i++) { whichEl = divColl(i); if (whichEl.className == "child") whichEl.style.display = "none"; } }}
function expandIt(el) { if (!ver4) return; if (IE4) { whichEl1 = eval(el + "Child"); for(i=1;i<=numTotal;i++){ whichEl = eval(scores[i] + "Child"); if(whichEl!=whichEl1) { whichEl.style.display = "none"; } } whichEl1 = eval(el + "Child"); if (whichEl1.style.display == "none") { whichEl1.style.display = "block"; } else { whichEl1.style.display = "none"; } } else { whichEl = eval("document." + el + "Child"); for(i=1;i<=numTotal;i++){ whichEl = eval("document." + scores[i] + "Child"); if(whichEl!=whichEl1) { whichEl.visibility = "hide"; } } if (whichEl.visibility == "hide") { whichEl.visibility = "show"; } else { whichEl.visibility = "hide"; } arrange(); }}
onload = initIt;
</script>
<div id='KB1Parent' class='parent'> <a href="#" onClick="expandIt('KB1'); return false">
<span class="big"><IMG SRC='plus.gif' BORDER=0>Excel</span></a> </div>
<div id='KB1Child' class='child'> <span class="big">
<a href="../index.htm" target="_parent"> <IMG SRC='blank.gif' BORDER=0>01</a><br>
<a href="../2.htm" target="_parent"> <IMG SRC='blank.gif' BORDER=0>02</a><br>
<a href="../3.htm" target="_parent"> <IMG SRC='blank.gif' BORDER=0>03</a><br>
<a href="../4.htm" target="_parent"> <IMG SRC='blank.gif' BORDER=0>04</a><br>
<a href="../5.htm" target="_parent"> <IMG SRC='blank.gif' BORDER=0>05</a><br>
<a href="../6.htm" target="_parent"> <IMG SRC='blank.gif' BORDER=0>06</a><br>
<a href="../7.htm" target="_parent"> <IMG SRC='blank.gif' BORDER=0>07</a><br>
<a href="../8.htm" target="_parent"> <IMG SRC='blank.gif' BORDER=0>08</a><br>
<a href="../9.htm" target="_parent"> <IMG SRC='blank.gif' BORDER=0>09</a><br>
<a href="../10.htm" target="_parent"> <IMG SRC='blank.gif' BORDER=0>10</a><br>
<a href="../11.htm" target="_parent"> <IMG SRC='blank.gif' BORDER=0>11</a><br>
<a href="../12.htm" target="_parent"> <IMG SRC='blankend.gif' BORDER=0>12</a>
</span></div>
<div id='KB2Parent' class='parent'> </div>
<SCRIPT>
numTotal=1;scores[1]='KB1';</SCRIPT>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -