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

📄 annouce_add.asp

📁 校园二手交易系统,具有完备的后台操作以及应用功能!
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../Inc/AdminChk.asp"-->
<!--#include file="Conn.asp"-->
<!--#include file="../Inc/FormChk.asp"-->
<!--#include file="../Inc/msgbox.asp"-->
<%
IF Trim(Request("Submit"))<>Empty Then
  Dim StrSql,Rs,title,body
  title=Request.Form("title")
  body=htmlencode2(encodestr(request.Form("body")))
  set rs=server.CreateObject("adodb.recordset")
  strsql="select * from [gonggao]"
  rs.open strsql,conn,1,3
  rs.addnew()
  rs("title")=title
  rs("body")=body
  rs("HitNum")="0"
  rs("date")=date()
  rs.update
  rs.close
  set rs=nothing
  call msgbox("添加成功","GoUrl","annouce_list.asp")
  response.End()
End IF
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>多多校园产品后台管理官方网站http://www.ddtaobao.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="keywords" content="多多校园产品后台管理官方网站http://www.ddtaobao.com">
<meta name="description" content="多多校园产品后台管理官方网站http://www.ddtaobao.com">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><link rel="stylesheet" type="text/css" href="img/admin_style.css">
</head>
<body><!--#include file="top.asp"-->
<form action="" onSubmit=submitonce(this) method="post" name="frmAnnounce">
<table width="100%" border="0" cellpadding="2" cellspacing="1" bgcolor="#62C0FF" class="border" style="border-width: 0">
          
         
          <tr align="center">
    <td height=20 class="topbg" colspan="2">多多校园管理</tr>    <tr> 
      <td width="93" bgcolor="#FFFFFF"><font class=font>公告标题:</font></td>
      <td bgcolor="#FFFFFF">
		<input name="title" type="text" id="title" size="40"></td>
    </tr>

    <tr> 
      <td width="93" bgcolor="#FFFFFF"><font class=font>公告内容</font></td>
      <td bgcolor="#FFFFFF"><textarea name="body" rows="12" id="body" cols="75"></textarea></td>
    </tr>
    <tr> 
      <td width="93" bgcolor="#FFFFFF"> </td>
      <td bgcolor="#FFFFFF"><input type="submit" name="Submit" value="提交">
        <input type="reset" name="Submit2" value="重置"></td>
    </tr>
  </table>
</form><!--#include file="copy.asp"-->
</body>
</html>

⌨️ 快捷键说明

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