📄 left.htm
字号:
<html>
<head>
<title>书目结构</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.text1{font-size:9pt;color:#000000;text-decoration:none; font-family: "宋体"}
.text1:hover{font-size:9pt;color:#660066;text-decoration: underline}
.text2{font-size:9pt;color:#000080;text-decoration:none; font-family: "宋体"}
.text2:hover{font-size:9pt;color:#660066;text-decoration: underline}
-->
</style>
<script language="JavaScript1.2">
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>
</head>
<body bgcolor="#eeeeee" topmargin=0 leftmargin="0">
<br>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tr>
<td>
<div id="KB1Parent" class="parent"> <a href="#" class="text2" onClick="expandIt('KB1'); return false">
<img src="images/close1.gif" border=0 width="26" height="16" align="absmiddle">计算机类</a></div>
<div id="KB1Child" class="child"> <img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/1_01.htm" class="text1" target="main"> 大学计算机教材丛书</a><br>
</div>
<div id="KB2Parent" class="parent"><a href="#" class="text2" onClick="expandIt('KB2'); return false">
<img src="images/close.gif" border=0 width="26" height="16" align="absmiddle">理工与基础学科类</a></div>
<div id="KB2Child" class="child"> <img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/2_01.htm" class="text1" target="main"> 国际知名大学原版教材——信息技术学科与电气工程学科系列</a><br>
<img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/2_02.htm" class="text1" target="main"> 国际著名力学图书</a><br>
<img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/2_03.htm" class="text1" target="main"> 电子工程系列教材</a><br>
<img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/2_04.htm" class="text1" target="main"> ATM与B-ISDN技术丛书</a><br>
<img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/2_05.htm" class="text1" target="main"> 大学环境教育丛书</a><br>
<img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/2_06.htm" class="text1" target="main"> 国外大学生物学优秀教材</a><br>
<img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/2_07.htm" class="text1" target="main"> 剑桥非线性科学系列</a>
<br>
</div>
<div id="KB3Parent" class="parent"><a href="#" class="text2" onClick="expandIt('KB3'); return false">
<img src="images/close.gif" border=0 width="26" height="16" align="absmiddle">经济管理类</a></div>
<div id="KB3Child" class="child"> <img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/3_01.htm" class="text1" target="main"> 清华会计学系列英文版教材</a><br>
<img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/3_02.htm" class="text1" target="main"> 清华营销学系列英文版教材</a><br>
<img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/3_03.htm" class="text1" target="main"> 清华管理学系列英文版教材</a><br>
<img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/3_04.htm" class="text1" target="main"> 清华金融学系列英文版教材</a><br>
<img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/3_05.htm" class="text1" target="main"> 清华经济学系列英文版教材</a><br>
<img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/3_06.htm" class="text1" target="main"> 清华MBA核心课程英文版教材</a><br>
<img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/3_07.htm" class="text1" target="main"> 财金之旅</a> <br>
<img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/3_08.htm" class="text1" target="main"> 世界工商管理名典系列</a>
<br>
</div>
<div id="KB4Parent" class="parent"><a href="#" class="text2" onClick="expandIt('KB4'); return false">
<img src="images/close2.gif" border=0 width="26" height="16" align="absmiddle">外语类</a></div>
<div id="KB4Child" class="child"> <img src="images/open.gif" border=0 width="24" height="16" align="absmiddle">
<a href="catalog/4_01.htm" class="text1" target="main"> 博采英语系列教材</a><br>
<br>
</div>
</td>
</tr>
</table><br><br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -