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

📄 manage.asp

📁 asp
💻 ASP
字号:
<%response.expires=0%>
<!--#include file="inc/conn.asp"-->
<!--#include file="inc/code.asp"-->
<%
userid=Session("userid")
userlevel=Session("userlevel")
if userid="" or userlevel="" then
  call msgbox("请重新登陆!",3)
end if
if not isnumeric(userid) or not isnumeric(userlevel) then
  call msgbox("请重新登陆!",3)
end if%>
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>中文城市 >> ARTICLE ver 1.3  &  NEWS ver 1.0</title>
<link rel="stylesheet" href="css/default.css">
<script src="js/js.js"></script>
</head>
<body scroll="no" leftmargin="0" topmargin="0" bgcolor="#003063" text="#000000" link="#000000" vlink="#000000">
<table width="100%" cellpadding="0" cellspacing="0" height="100%">
  <tbody>
  <tr height="99%"><td align="middle" id=frmTitle noWrap vAlign=center name="frmTitle">

<iframe frameBorder=0 name=tree scrolling=auto src="tree.asp" style="height:100%;visibility:inherit;width:100;z-index:2"></iframe>

  </td><td bgColor=#003563 style="width:6pt">
    <table border=0 cellPadding=0 cellSpacing=0 height="100%">
      <tbody>
      <tr><td onclick="TreeBar()" style="height:100%"><span id=Point title="显示/隐含菜单" style="font:8pt Webdings;color:FFFFFF;cursor:hand">3</span></td></tr>
      </tbody>
    </table>
  </td>
  <td style="width:100%" bgColor=#003063>

<iframe frameBorder=0 name=main scrolling=auto src="category/class.asp" style="height:100%;visibility:inherit;width:100%;z-index:2"></iframe>

  </td></tr>
  <tr><td colspan="3" align="center">
<font style="font:9pt;color:FFFFFF;line-height:12pt">
Copyright &copy; 2001~2002 ZWCITY.COM LIMITED. All rights reserved.
</font>
  </td></tr>
  </tbody>
</table>
</body>
</html>

⌨️ 快捷键说明

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