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

📄 index.asp

📁 个人网站模板
💻 ASP
字号:
<%
if not session("user_pass")>=820912 then
	response.redirect "login.asp"
end if
%>
<script language=Javascript>
<!--
function showHideMenu() {
	if (frmMenu.style.display=="") {
		frmMenu.style.display="none"
		switchPoint.innerText=">"
		}
	else {
		frmMenu.style.display=""
		switchPoint.innerText="<"
		}
}

-->
</script>
<!--#include file="config.asp"-->
<html>
<head>
<title><%=company_name%>-管理后台</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="sys_admin.css" rel="stylesheet" type="text/css">
</head>
<body scroll="no" style="MARGIN: 0px" leftmargin="0" topmargin="0">
<!--在这个表中,左边显示对应地工具栏,右边显示对应地内容-->
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" id = "tblTotal" Name = "tblTotal">
  <tr><!--工具栏显示区-->
				<td id="frmMenu" name="frmMenu" nowrap valign="center" align="middle" class=tblLeftbody>
				<iframe src="memu.asp" id=BoardTitle name=BoardTitle width="220" marginwidth="0" height="100%" marginheight="0" align="top" scrolling="yes" frameborder="0"></iframe>
					</td><!--工具栏显示区结束--><!--工具栏控制开关-->				
    <td bgcolor="#666666" class=tblbody style="WIDTH: 7pt" onClick="showHideMenu()"> 
      <span id="switchPoint" title="关闭/开启菜单栏" class="navPoint"><font color="#FFFFFF"><strong>&lt;</strong></font></span> 
    </td>
    <!--工具栏控制开关结束-->
				<td width=100%>
            <!--内容显示对应-->
			
      <table width="100%" height="100%">
          <td width="8">&nbsp;</td>
			
          <td>
<iframe src="admin_main.asp" name="chenmeng" width="100%" marginwidth="0" height="100%" marginheight="0" align="top" scrolling="yes" frameborder="0"></iframe></td>
               
          <td width="8"></td>
        </table>
			   </td>
                  <!--内容显示对应结束--></tr>
		</table><!--表tblTotal结束-->
	</body>
</html>

⌨️ 快捷键说明

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