?? left.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> </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">搜 索</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 + -