default.asp

来自「北京商务网」· ASP 代码 · 共 23 行

ASP
23
字号
<%@ codepage ="936" %>
<%
if session("flag")="" then
response.write "<SCRIPT language=JavaScript>alert('对不起,你没有权限打开此页!');"
response.write"this.location.href='login.asp';</SCRIPT>" 
response.end
end if
%>
<HTML><HEAD><TITLE>后台管理系统</TITLE>
<center>
<p></p>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<FRAMESET border=0 frameSpacing=0 rows=98,* frameBorder=NO>
<FRAME name=topFrame src="images/top.asp" noResize scrolling=no>
<FRAMESET border=0 name=content frameSpacing=0 frameBorder=0 cols=166,*>
<FRAME name=BoardMenu marginWidth=0 marginHeight=0 src="images/menu.asp" noResize scrolling=no target="main">
<FRAME name=main marginWidth=0 marginHeight=0 src="main.asp" noResize>
</FRAMESET>
</FRAMESET>
</HTML>

⌨️ 快捷键说明

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