message_add.asp

来自「欢迎使用《雨点下载系统 2.0》! 本系统仅提供给个人网站免费使用」· ASP 代码 · 共 50 行

ASP
50
字号
<!--#include file="conn.asp"-->
<!--#include file="chkadmin.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="../style.css" rel="stylesheet" type="text/css">
<STYLE>
BODY {
	    scrollbar-face-color : #96A2AD;
	    scrollbar-shadow-color : #96A2AD;
	    scrollbar-highlight-color : #96A2AD;
	    scrollbar-3dlight-color : #96A2AD;
	    scrollbar-darkshadow-color : #96A2AD;
	    scrollbar-track-color : #CCCCCC;
	    scrollbar-arrow-color : #FFFFFF;
}
</STYLE>
</head>

<body>
<form name="form1" method="post" action="message_add_save.asp">
  <table border="0" align="center" cellpadding="2" cellspacing="0" bgcolor="#EEEEEE">
    <tr bgcolor="#708090"> 
      <td colspan="2" align="center" class="TdBorderB"><font color="#FFFFFF">添加公告</font></td>
    </tr>
    <tr> 
      <td align="right" class="TdBorderRB">标题</td>
      <td class="TdBorderB">
<input name="Title" type="text" class="input" id="Title" size="50"></td>
    </tr>
    <tr> 
      <td align="right" class="TdBorderRB">内容</td>
      <td class="TdBorderB"><textarea name="Content" cols="50" rows="8" id="Content"></textarea></td>
    </tr>
    <tr align="center"> 
      <td colspan="2"> <%if power(5)="0" then
	response.write "<font color=red>您没有添加公告的权限</font>&nbsp;&nbsp;"
else
	response.write "<input name='Submit' type='submit' class='button' value=' 提 交 '>&nbsp;&nbsp;"
end if
response.write "<input name='Submit' type='button' class='button' value=' 返 回 ' onclick='javascript:history.back()'>"
%> </td>
    </tr>
  </table>
</form>
</body>
</html>
<%conn.close
set conn=nothing%>

⌨️ 快捷键说明

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