📄 index.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file=config.asp-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>客户关系管理系统</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
-->
</style>
<link href="css/css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-color: #DFEEFF;
}
.style7 {color: #000099; font-weight: bold; font-size: 13px; }
.style8 {font-size: 12px}
.style9 {color: #000099; font-weight: bold; font-size: 12px; }
a:link {
text-decoration: none;
color: #000099;
}
a:visited {
text-decoration: none;
color: #000099;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.style11 {color: #FF0000}
-->
</style></head>
<script language="javascript">
function shang()
{
this.tables.style.height="0" ;
this.tables.style.display="none";
this.tablex.style.height="570" ;
this.tablex.style.display=""
}
function xia()
{
this.tablex.style.height="0" ;
this.tablex.style.display="none"
this.tables.style.height="578" ;
this.tables.style.display=""
}
function zhong()
{
this.tablex.style.height="300" ;
this.tablex.style.display=""
this.tables.style.height="288" ;
this.tables.style.display=""
}
</script>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" scroll="no">
<table width="1024" border="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" cellspacing="0">
<tr >
<td width="64%" height="15" background="images/line1.gif" class="style7 style8"><a href="KeHu_KeHu.asp" target="tp">客户管理</a> <a href="Stockpile.asp" target="tp">库存管理</a> <a href="Feedback.asp" target="tp">服务管理</a> <a href="Table.asp" target="tp">报表管理</a> <a href="email.asp" target="tp">e-mail管理</a> <a href="user.asp" target="tp">用户管理</a></td>
<td width="36%" background="images/line1.gif"><table width="100%" border="0">
<tr>
<td width="57%"><span class="style9">当前用户:</span><span class="style11"><%=session("admin_name")%></span></td>
<td width="33%" align="right"><span class="style9"><a href="javascript:" onClick="window.open('up.asp','','width=300,height=150')">修改密码</a></span></td>
<td width="10%" align="right"><span class="style9"><a href="quite.asp">退出</a></span></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr id="tables" height="288">
<td valign="top"><iframe src="KeHu_KeHu.asp" frameborder="0" width="100%" height="100%" name="tp"></iframe></td>
</tr>
<tr>
<td height="21" valign="top" background="images/line1.gif"><a href="javascript:" onClick="shang()">上</a> <a href="javascript:" onClick="xia()">下</a> <a href="javascript:" onClick="zhong()">中</a> </td>
</tr>
<tr id="tablex" height="300">
<td valign="top"><iframe src="main.asp" frameborder="0" width="100%" height="100%" name="bo"></iframe></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -