📄 menu_admin.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JScript">
<!-- // DDMenu
var eOpenMenu = null;
function OpenMenu(eSrc,eMenu){
eMenu.style.left = eSrc.parentElement.offsetLeft + divMenuBar.offsetLeft;
eMenu.style.top = divMenuBar.offsetHeight + divMenuBar.offsetTop;
eMenu.style.visibility = "visible";
eOpenMenu = eMenu;
}
function CloseMenu(eMenu){
eMenu.style.visibility = "hidden";
eOpenMenu = null;
}
function MenuBar_over(){
var eSrc = window.event.srcElement;
if ("A" == eSrc.tagName.toUpperCase()){
var eMenu = document.all[eSrc.parentElement.id.replace("tdMenuBarItem","divMenu")];
if (eOpenMenu && eOpenMenu != eMenu){
CloseMenu(eOpenMenu);}
if (eMenu){
OpenMenu(eSrc,eMenu);}
}
}
function MenuBar_out(){
var eTo = window.event.toElement;
if (eOpenMenu && eTo && !eOpenMenu.contains(eTo) && "tblMenuBar" != eTo.id){
CloseMenu(eOpenMenu)}
}
function Menu_out(){
var eSrc = window.event.toElement;
if (eOpenMenu && !eOpenMenu.contains(eSrc) && !divMenuBar.contains(eSrc)){
CloseMenu(eOpenMenu)}
}
//-->
</script>
<style type="text/css">
BODY { font-family:"Times New Roman, Times, serif"; font-size:100%;}
DIV#divMenuBar { background-color:#FFFFFF; }
TABLE#tblMenuBar TD { font-size:90%; color:#000000; padding:0px 5px 0px 5px; cursor:default; }
TABLE#tblMenuBar TD.clsMenuBarItem { font-weight:normal; cursor:default; }
/* These two style rules added for links in MenuBar */
TABLE#tblMenuBar TD.clsMenuBarItem A { text-decoration:none; color:#0000FF; font-weight:normal; }
TABLE#tblMenuBar TD.clsMenuBarItem A:hover { color:#0000FF; }
DIV.clsMenu {
font-size:90%;
position:absolute;
width:150px;
padding:5px 5px 5px 8px;
border-top:1 white solid;
z-index: 3;
top: 9px;
visibility: hidden;
height: 34px;
background-image: url(../img/toumingbg.gif);
}
DIV.clsMenu A { text-decoration:none; color:#0000FF; font-weight:normal; }
DIV.clsMenu A:hover { color:#0000FF; }
</style>
</head>
<body>
<ddMenu>
<DIV ID="ddMenuLayer" STYLE="position:absolute; left:0px; top:0px; width:100%; height:14px; z-index:1;">
<DIV ID="divMenuBar" ONMOUSEOVER="if (document.all) MenuBar_over();" ONMOUSEOUT="if (document.all) MenuBar_out();" ONSELECTSTART="return false;">
<TABLE ID="tblMenuBar" BORDER="0" WIDTH="730" cellpadding="0" cellspacing="0">
<tr><td colspan="9"> </td></tr>
<TR align="center">
<TD CLASS="clsMenuBarItem" ID="tdMenuBarItem管理员模块" width="130"> <A TARGET="" HREF="#">管理员模块</A> </TD>
<TD width="20">|</TD>
<TD CLASS="clsMenuBarItem" ID="tdMenuBarItem浏览模块" width="130"> <A TARGET="" HREF="#">浏览模块</A> </TD>
<TD width="20">|</TD>
<TD CLASS="clsMenuBarItem" ID="tdMenuBarItem查询模块" width="130"> <A TARGET="" HREF="#">查询模块</A> </TD>
<TD width="20">|</TD>
<TD CLASS="clsMenuBarItem" ID="tdMenuBarItem输入模块" width="130"> <A TARGET="" HREF="#">输入模块</A> </TD>
<TD width="20">|</TD>
<TD CLASS="clsMenuBarItem" ID="tdMenuBarItem修改删除模块" width="130"> <A TARGET="" HREF="#">修改删除模块</A> </TD>
</TR>
</TABLE>
</DIV>
<DIV CLASS="clsMenu" ONMOUSEOUT="Menu_out();" ID="divMenu管理员模块">
<DIV CLASS="clsMenuSpacer"></DIV>
<% if session("admin_id")="admin" then %>
<A TARGET="" HREF="add_admin.asp">添加管理员</A><BR>
<A TARGET="" HREF="all_admin.asp">浏览管理员</A><BR>
<A TARGET="" HREF="del_admin.asp">删除管理员</A><BR>
<% end if %>
<A TARGET="" HREF="update_pw.asp">修改管理员密码</A><BR>
<A TARGET="" HREF="logout.asp">注销</A> </DIV>
<DIV CLASS="clsMenu" ONMOUSEOUT="Menu_out();" ID="divMenu浏览模块">
<DIV CLASS="clsMenuSpacer"></DIV>
<A TARGET="" HREF="all_customer.asp">浏览客户信息</A><BR>
<A TARGET="" HREF="all_company.asp">浏览公司信息</A><BR>
<A TARGET="" HREF="kucunribao.asp">浏览库存日报</A><BR>
<A TARGET="" HREF="all_ruku.asp">浏览入库清单</A><BR>
<A TARGET="" HREF="all_chuku.asp">浏览出库清单</A><BR>
<A TARGET="" HREF="all_uorder.asp">浏览客户订单信息</A><BR>
<A TARGET="" HREF="all_corder.asp">浏览公司订单信息</A><BR>
<A TARGET="" HREF="yijian.asp">浏览意见反馈信息</A><BR>
<A TARGET="" HREF="sj.asp">浏览上架商品信息</A><BR>
<A TARGET="" HREF="ys.asp">浏览已删商品信息</A><BR>
<A TARGET="" HREF="paihang.asp">浏览商品销售排行</A><BR>
</DIV>
<DIV CLASS="clsMenu" ONMOUSEOUT="Menu_out();" ID="divMenu查询模块">
<DIV CLASS="clsMenuSpacer">
<A TARGET="" HREF="search_pro.asp">查询商品信息<br></A>
<A TARGET="" HREF="search_customer.asp">查询客户信息<br></A>
<A TARGET="" HREF="search_company.asp">查询公司信息<br></A>
<A TARGET="" HREF="search_ruku.asp">查询入库信息<br></A>
<A TARGET="" HREF="search_chuku.asp">查询出库信息<br></A>
<A TARGET="" HREF="search_uorder.asp">查询客户订单信息<br></A>
<A TARGET="" HREF="search_corder.asp">查询公司订单信息<br></A>
<A TARGET="" HREF="search_message.asp">查询意见反馈信息 </A>
</DIV>
</DIV>
<DIV CLASS="clsMenu" ONMOUSEOUT="Menu_out();" ID="divMenu输入模块">
<DIV CLASS="clsMenuSpacer"></DIV>
<A TARGET="" HREF="input_product.asp">输入商品信息</A><br>
<A TARGET="" HREF="input_ruku.asp">输入入库清单</A><br>
<A TARGET="" HREF="input_chuku.asp">输入出库清单</A>
</DIV>
<DIV CLASS="clsMenu" ONMOUSEOUT="Menu_out();" ID="divMenu修改删除模块">
<DIV CLASS="clsMenuSpacer"></DIV>
<A TARGET="" HREF="update_pro.asp">修改删除商品信息</A><br>
<A TARGET="" HREF="update_customer.asp">修改删除客户信息</A><br>
<A TARGET="" HREF="update_company.asp">修改删除公司信息</A><br>
<A TARGET="" HREF="update_uorder.asp">修改删除客户订单</A><br>
<A TARGET="" HREF="update_corder.asp">修改删除公司订单</A><br>
<A TARGET="" HREF="update_ruku.asp">修改入库清单</A><br>
<A TARGET="" HREF="update_chuku.asp">修改出库清单</A><br>
<A TARGET="" HREF="qiankuan.asp">欠款核销</A> </DIV>
</DIV>
</ddmenu>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -