📄 default.asp
字号:
<%@ Language=VBScript %>
<%
Response.Buffer=false
Response.Expires=0
%>
<HTML>
<HEAD>
<title>网站管理中心</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</HEAD>
<script language=javascript>
function logout(){
if (confirm("你真的要注销吗?")){
window.location.href="../logout.asp"
}
}
function loginwin()
{
window.open("../login.asp",null,"toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no,scrollbars=no,width=300,height=180,left=230,top=150")
}
function closewin()
{
window.close()
}
</script>
<%
'Session("userqx")="9"
'Session("username")="xu256"
'Session("classcode")="104"
if Session("userqx")="1" or Session("userqx")="9" then
else
Response.Write("<script language=Javascript>")
Response.Write("loginwin();")
Response.Write("</script>")
Response.End
end if
%>
<frameset rows="30,*" noresize scrolling="no" border=0 frameborder="0" bordercolor="white" framespacing="0">
<frameset cols="160,*">
<frame name=topic src="sysadmin_topic.asp" noresize scrolling="no">
<frame name=title src="sysadmin_title.asp" noresize scrolling="no">
</frameset>
<frameset cols="160,*">
<frame name="tree" src="sysadmin_tree.asp" scrolling="auto" frameborder=0 noresize width=160>
<frame name="main" src="adminuser_view.asp" scrolling="yes" frameborder=0 width=600>
</frameset>
<noframes>
<body bgcolor="#FFFFFF">
</body>
</noframes>
</frameset>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -