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

📄 left.asp

📁 一个简单的客户管理系统
💻 ASP
字号:
<%@language=vbscript%>
<!--#include file="check.asp"-->

  
  <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="keywords" content="">
<style type=text/css>
body  {
	background:#799AE1;
	margin:0px;
	font:normal 12px 宋体;
	background-color: #6088DB;
	margin-left: 3px;
	margin-right: 3px;
}
table  { border:0px; }
td  { font:normal 12px 宋体; }
img  { vertical-align:bottom; border:0px; }
a  { font:normal 12px 宋体; color:#215DC6; text-decoration:none; }
a:hover  { color:#428EFF }
.sec_menu  { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#D6DFF7; }
.menu_title  { }
.menu_title span  { position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold; }
.menu_title2  { }
.menu_title2 span  { position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold; }
.STYLE4 {font-size: 18px; color: #FFFFFF; }
</style>

<base target=main>
</head>

<body onselectstart="return false;" STYLE="OVERFLOW-X: hidden; OVERFLOW: hidden;" ondragstart="return false;" oncontextmenu="return false;">
<p>&nbsp;</p>
<table width="150" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="23" height="60"><img src="image/5.gif" width="18" height="12"></td>
    <td width="121"><a href="add.asp" target="mainframe" class="STYLE4">新增客户</a>  </td>
  </tr>
  <tr>
    <td height="60"><img src="image/5.gif" width="18" height="12"></td>
    <td><a href="follow.asp" target="mainframe" class="STYLE4">客户跟踪</a></td>
  </tr>
  <tr>
    <td height="60"><img src="image/5.gif" width="18" height="12"></td>
    <td><a href="right.asp" target="mainframe" class="STYLE4">客户列表</a></td>
  </tr>
  <%lev=session("leve")
  if lev>9 then%>
  <tr>
    <td height="60"><img src="image/5.gif" width="18" height="12"></td>
    <td><a href="advice.asp" target="mainframe" class="STYLE4">部门建议</a></td>
  </tr>
  <%end if%>
   <%lev=session("leve")
  if lev>1 then%>
  <tr>
    <td height="60"><img src="image/5.gif" width="18" height="12"></td>
    <td><a href="find.asp" target="mainframe" class="STYLE4">搜&nbsp;&nbsp;&nbsp;&nbsp;索</a></td>
  </tr>
  <%end if%>
   <tr>
    <td height="60"><img src="image/5.gif" width="18" height="12"></td>
    <td><a href="modify.asp" target="mainframe" class="STYLE4">资料修改</a></td>
  </tr>
     <tr>
    <td height="60"><img src="image/5.gif" width="18" height="12"></td>
    <td><a href="tel.asp" target="mainframe" class="STYLE4">电话拜访</a></td>
  </tr>
  <tr>
    <td height="60"><img src="image/5.gif" width="18" height="12"></td>
    <td><a href="passwd.asp" target="mainframe" class="STYLE4">修改密码</a></td>
  </tr>
  <tr>
    <td height="60"><img src="image/5.gif" width="18" height="12"></td>
    <td><a href="exit.asp" target="_parent" class="STYLE4">退出</a></td>
  </tr>
</table> 
</body>
</html>

⌨️ 快捷键说明

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