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

📄 man_gonggao.asp

📁 基于ASP开发的聊天室源码
💻 ASP
字号:
<!--#INCLUDE FILE="config.asp" -->
<script language="vbscript" runat="server">
if not IsArray(Session("info")) then Response.Redirect "err.asp?kind=20"
info=Session("info")
if InStr(Application("maninfo"),"," & info(0) & ",")<>0 then Response.Redirect "manyou.asp"
gradeinfo=Application("gradeinfo")
if gradeinfo(info(1),23)<>true then Response.Redirect "err1.asp?kind=15"
</script>
<script language="jscript" runat="server">
function zzbird(v)
{
v=unescape(v)
return v
}
</script>
<html>
<head>



<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>公告管理</title>
<style>
<!--
fieldset     { font-size: 10pt }
-->
</style>

</head>
<body bgcolor="buttonface" style="border: 3px double buttonface">
<form method="POST" name="man" action="man_gonggaook.asp">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="46%" id="AutoNumber1" height="62">
  <tr>
    <td width="100%" height="150">
      <fieldset style="padding: 2; width:281; height:142">
      <legend><img border="0" src="images/sys.gif">公告管理</legend>
      如果不想显示公告请留空。<br>
      <textarea rows="6" name="gg" cols="35"><%=zzbird(zzbird_gonggao)%></textarea><div align="right"><a href="javascript:document.man.reset()">还 原</a>&nbsp;&nbsp; </div></fieldset>
    </td>
  </tr>
  <tr>
    <td width="100%" align="right">
    <input type="button" value="上一步" name="a1" disabled><input type="submit" value="下一步" name="a2">
    <input type="button" value="完成" name="a3" disabled><input type="button" value="取消" name="a4" onclick="javascript:window.close();"></td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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