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

📄 default.asp

📁 商会 商会 商会 商会 商会 商会 商会 商会 商会 商会 商会 商会 商会
💻 ASP
字号:
<%@ Language=VBScript%>
<%
Response.Buffer = true
Response.Expires = 0
%>
<script language="javascript">
function logout()
{
	if (confirm("您确定要退出吗?"))
	{
		window.location = "logout.asp";
	}
}

function closewin()
{
	window.close();
}
</script>

<%
if Session("userqx") <> "1" and Session("userqx") <> "9" then
	Response.Redirect("login.asp")
end if
%>
<html>
<head>
<title>网站管理中心</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<frameset rows="30,*" border="0" frameborder="0">

	<frameset cols="160,*" border="0" frameborder="0">
		<frame name="topic" src="sysadmin_topic.asp" border="0" frameborder="0" scrolling="no" noresize framespacing="0">
		<frame name="title" src="sysadmin_title.asp" border="0" frameborder="0" scrolling="no" noresize framespacing="0">
	</frameset>

	<frameset cols="160,*" border="0" frameborder="0">
		<frame name="tree" src="sysadmin_tree.asp" border="0" frameborder="0" scrolling="no" noresize framespacing="0">
		<frame name="main" src="adminuser_view.asp" border="0" frameborder="0" scrolling="yes" noresize framespacing="0">
	</frameset>

	<noframes>
		<body bgcolor="#FFFFFF">
		</body>
	</noframes>
</frameset>

</html>

⌨️ 快捷键说明

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