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

📄 admin_index.asp

📁 一个功能很全面的设计网站,可以作为工作室、个人主页、技术网站等
💻 ASP
字号:
<%@language=vbscript codepage=936 %>
<%
if session("admin") = "" then
    response.Redirect "Admin_Login.asp"
end if    
%>
<html>
<head>
<STYLE>
BODY
{scrollbar-face-color:E6E6D9; scrollbar-shadow-color:ffffff; 
scrollbar-highlight-color:bfbf9f; scrollbar-3dlight-color:ffffff; 
scrollbar-darkshadow-color:E6E6D9; scrollbar-track-color:f2f2f2; 
scrollbar-arrow-color:ffffff;}
</STYLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>:. DaDaYu .:文章信息管理系统--后台管理</title>
</head>
<frameset id="frame" framespacing="0" border="false" cols="180,*" frameborder="1" scrolling="yes">
	<frame name="left" scrolling="auto" marginwidth="0" marginheight="0" src="Admin_Index_Left.asp">
	<frameset framespacing="0" border="false" rows="35,*" frameborder="0" scrolling="yes">
		<frame name="top" scrolling="no" src="Admin_Index_Top.asp">
		<frame name="main" scrolling="auto" src="Admin_Index_Main.asp">
	</frameset>
</frameset>
<noframes>
  <body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0">
  <p>你的浏览器版本过低!!!本系统要求IE5及以上版本才能使用本系统。</p>
  </body>
</noframes>
</html>

⌨️ 快捷键说明

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