⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 left.asp

📁 电子商城
💻 ASP
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<link href="../style.css" rel="stylesheet" type="text/css">
</head>
<base target="main">

<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>




<body bgcolor="#84CBFF" topmargin="0" leftmargin="5">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td height=5></td>
</tr>
</table>
<b>系统菜单</b><br>

<div id='KB1Parent' class='parent'> <a href="#" onClick="expandIt('KB1'); return false"> 
  <IMG SRC='../images/workplan.gif' BORDER=0 width="30" height="16"> 商品信息管理</a> 
</div>
<div id='KB1Child' class='child'> <a href="add_class_1.asp"> <IMG SRC='../images/blank.gif' BORDER=0> 
  添加大类</a><br>
  <a href="add_class_2.asp"> <IMG SRC='../images/blankend.gif' BORDER=0> 添加分类</a><br>
  <a href="add_product.asp"> <IMG SRC='../images/blankend.gif' BORDER=0> 添加商品</a><br>
  <a href="product_check.asp"> <IMG SRC='../images/blankend.gif' BORDER=0> 商品审查</a><br>
</div>

<div id='KB2Parent' class='parent'> <a href="#" onClick="expandIt('KB3'); return false"><img src='../images/gongwen.gif' border=0 width="30" height="16"> 
  </a><a href="#" onClick="expandIt('KB2'); return false">交易信息管理</a></div>
<div id='KB2Child' class='child'> <a href="OrderList_Check.asp"> <IMG SRC='../images/blank.gif' BORDER=0> 
  客户定单处理</a><br>
  <a href="noticecontrol.asp"> </a><a href="havercidate.asp"><img src='../images/blankend.gif' border=0></a><a href="OrderList_CheckOK.asp"> 
  发货记录查询</a><br>
  <a href="noticelook.asp"> </a></div>



<div id='KB5Parent' class='parent'> <a href="#" onClick="expandIt('KB5'); return false"> 
  </a><a href="#" onClick="expandIt('KB4'); return false"><img src='../images/renli.gif' border=0 width="30" height="16"> 
  </a><a href="#" onClick="expandIt('KB5'); return false">用户管理</a></div>
<div id='KB5Child' class='child'> <a href="stafaddressinf.asp"> <img src='../images/blank.gif' border=0></a><a href="user_check.asp"> 
  会员审查</a><a href="add_manager.asp"><br>
  <img src='../images/blank.gif' border=0> 管理员添加</a><br>
  <a href="manager_list.asp"> <IMG SRC='../images/blankend.gif' BORDER=0> 管理员审查</a><br>
</div>


<div id='KB6Parent' class='parent'> <a href="#" onClick="expandIt('KB6'); return false"> 
  <IMG SRC='../images/yuyue.gif' BORDER=0 width="30" height="16"> 退出管理</a></div>
<div id='KB6Child' class='child'> <a href="../index.asp" target="_parent"> <IMG SRC='../images/blankend1.gif' BORDER=0> 
  退出本系统</a><br>
</div>

<SCRIPT>
numTotal=4;scores[1]='KB1';scores[2]='KB2';scores[3]='KB5';scores[4]='KB6';</SCRIPT>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -