admin_index.asp

来自「一套asp办公小软件」· ASP 代码 · 共 38 行

ASP
38
字号
<%@language=vbscript codepage=936 %>
<%
 
if session("yonghm") ="" then
    response.Redirect "Admin_Login.asp"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<base target="_blank">
<title>法政集团--办公系统</title>
</head>
<frameset rows="*" framespacing="0" frameborder="1" border="false" id="frame" scrolling="yes">
  <frameset cols="188,*" framespacing="0" frameborder="1" border="false" id="frame" 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" target="main">
    <frame name="main" scrolling="auto" src="admin_annonce_gl.asp" target="_self">
  </frameset>
	</frameset>
</frameset>
<noframes>
  <body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0">
  <p>你的浏览器版本过低!!!本系统要求IE5及以上版本才能使用本系统。</p>
  </body>
</noframes>
</html>





<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>

⌨️ 快捷键说明

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