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

📄 manage.asp

📁 网站的后台管理代码......内容比较全面....新手比较适合
💻 ASP
字号:
<%
if session("admin_name")="" then
    response.redirect "index.asp"
end if
%>
<!--#include file="inc/conn.asp"-->
<!--#include file="inc/copy.inc"-->
<% dim rs,sql
	set rs=server.createobject("adodb.recordset") 
	sql="select top 1 * from admin"
 	rs.open sql,conn,1,3  
%>
<html>
<head>
<meta NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=gb2312">
<link href=../css.css rel=STYLESHEET type=text/css>
<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><title><%=rs("mingcheng")%>网站后台管理中心</title></head>
<body scroll="no" style="MARGIN: 0px">
<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: 200; Z-INDEX: 2" scrolling="no" frameborder="0" src="left.asp"></IFRAME>

    <td background="images/pics/t2.gif" bgcolor="#CCCCCC" style="width:10pt">

	<table height="35%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#999999">
      <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="main.asp"></IFRAME>
  </tr></table>
</body>

</html>

⌨️ 快捷键说明

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