manage.asp

来自「此程序为网上下载」· ASP 代码 · 共 27 行

ASP
27
字号
<%@ LANGUAGE=VBScript codepage ="936" %>
<%Response.Expires=0
Response.ExpiresAbsolute = Now() - 1
Response.AddHeader "Pragma","No-Cache"
Response.AddHeader "Cache-Control","Private"
Response.CacheControl = "No-Cache"
if Application("wsaxhxf_c_chatroomname")="" then Response.Redirect "error.asp?id=000"
if Session("hxf_u_nickname")="" or Session("hxf_u_inthechat")<>"1" then Response.Redirect "login.asp"
%>
<html>
<head>
<title>管理<%=Application("wsaxhxf_c_chatroomname")%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<frameset border="0" frameborder="0" framespacing="0" rows="*">
  <frameset border="0" frameborder="0" framespacing="0" cols="110,*">
    <frame src="manfunc.asp" marginwidth="0" scrolling="no" name="func" target="main">
    <frame src="mansm.asp" name="main">
  </frameset>
  <noframes>
  <body>
  </body>
  </noframes>
</frameset>
</html>

⌨️ 快捷键说明

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