📄 admin.asp
字号:
<!--#include file="mdb.asp"-->
<%
if session("adminlogin")<>sessionvar then
Response.Write("<script language=javascript>alert('你尚未登录,或者超时了!请重新登录');this.location.href='admin_login.asp';</script>")
Response.End
End if
Call reg(admin)
%>
<HTML>
<HEAD>
<TITLE>后台管理中心 - <%=Session("username")%></TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<STYLE>.navPoint {
COLOR: white; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 9pt
}
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>
</HEAD>
<BODY scroll=no style="MARGIN: 0px">
<TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" width="100%"> <TBODY>
<TR>
<TD COLSPAN="3" HEIGHT="30">
<IFRAME frameBorder=0 id=frmright name=frmrighttop src="admin_manage_top.asp" border="false" scrolling="no" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 3"></IFRAME>
</TR>
<TR>
<TD align=middle id=frmTitle noWrap vAlign=center name="frmTitle">
<IFRAME scrolling="no" frameBorder=0 id=BoardTitle name=BoardTitle src="admin_manage_left.asp" border="false" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 170"; Z-INDEX: 2></IFRAME>
<TD bgColor=#799AE1 style="WIDTH: 8pt">
<TABLE border=0 cellPadding=0 cellSpacing=0 height="100%">
<TBODY>
<TR>
<TD onclick=switchSysBar() style="HEIGHT: 100%" >
<SPAN class=navPoint id=switchPoint title=关闭/打开左栏><FONT COLOR="#ffffff">3</FONT></SPAN>
</TD>
</TR></TBODY></TABLE>
</TD>
<TD style="WIDTH: 100%" VALIGN="TOP">
<IFRAME frameBorder=0 id=frmright name=frmright scrolling=yes src="Admin_manage_Main.asp" border="false" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1"></IFRAME>
</TD>
</TR>
</TBODY></TABLE>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -