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

📄 manager.asp

📁 一个公司营销系统
💻 ASP
字号:
<%
if session("username")="" or session("password")="" then
   session.timeout=5
   response.write "<script language='javascript'>"
   response.write "alert('账号或密码错误!');"
   response.write "history.go(-1);"
   response.write "</script>"
   response.end
end if
%>
<!--#include file="../conn.asp"-->
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">

<meta NAME="Microsoft Border" CONTENT="none">
<meta NAME="GENERATOR" CONTENT="Microsoft FrontPage 5.0">
<title><%=homename%>-管理</title>


</head>

<body bgcolor="#7bb5de" topMARGIN="0" leftMARGIN="0">
<center>

<style>
.navPoint
	{
	font-family: Webdings;
	font-size:9pt;
	color:white;
	cursor:hand;
	}
p{
	font-size:9pt;
}
</style>
<script>
function switchSysBar(){
	if (switchPoint.innerText==3){
		switchPoint.innerText=4
		document.all("frmTitle").style.display="none"
	}
	else{
		switchPoint.innerText=3
		document.all("frmTitle").style.display=""
	}
}
</script>
  <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
    <tr>
<td id="frmTitle" name="frmTitle" nowrap valign="middle" align="center">
<IFRAME id="BoardTitle" name="main" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 160; Z-INDEX: 2" scrolling="no" frameborder="0" src="left.asp"></IFRAME>

      <td style="width:10pt"  bgcolor="#7bb5de"> 
        <table cellspacing="0" cellpadding="0" border="0" height="100%" style="border-collapse: collapse; border-left: 1px solid #F6F6EC; border-right: 1px solid #F6F6EC" bordercolor="#111111">
      <tr><td style="height:100%" onclick="switchSysBar()"><span class="navPoint" id="switchPoint" title="关闭/打开左栏">3</span>
    </table>

	</td><td style="width:100%">
	<IFRAME id="frmright" name="BoardList" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1" scrolling="auto" frameborder="0" src="readme.asp"></IFRAME>
	</tr></table></center>
<p align="center"><br>
</p>

⌨️ 快捷键说明

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