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

📄 manage_culturenewsadd.asp

📁 简洁清爽的网站管理管理系统,基本功能都具备了
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="admin.asp"-->
<!--#include file="../Inc/articleCHAR.INC"-->
<%if Request.QueryString("no")="eshop" then%>
<%
title=server.htmlencode(Trim(Request("title")))
content=htmlencode2(Request("content"))
%>
<%


If title="" Then
response.write "SORRY <br>"
response.write "请输入更新内容的标题!!<a href=""javascript:history.go(-1)"">返回重输</a>"
response.end
end if
If content="" Then
response.write "SORRY <br>"
response.write "内容不能为空!!<a href=""javascript:history.go(-1)"">返回重输</a>"
response.end
end if

Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from culture "
rs.open sql,conn,1,3
rs.addnew
rs("title")=title
rs("content")=content
rs("counter")=0
rs.update
rs.close
response.redirect "Manage_culture.asp"
end if
%>
<!-- #include file="Inc/Head.asp" -->
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td align="center" valign="top"> <br> <strong><br>
      </strong> <br> <br> 
      <table width="560" border="0" cellpadding="2" cellspacing="1" class="table_southidc">
        <tr> 
          <td class="back_southidc" height="25"> <div align="center"><strong>添加企业文化文章 
              <br>
              </strong></div></td>
        </tr>
        <tr> 
          <form method="post" action="Manage_cultureNewsAdd.asp?no=eshop">
            <td><div align="center"> 
                <table width="100%" border="0" cellpadding="0" cellspacing="1">
                  <tr bgcolor="#E7E7E7"> 
                    <td width="8%" height="25" bgcolor="#ECF5FF"> 
                      <div align="center">标&nbsp;&nbsp;题</div></td>
                    <td width="62%" bgcolor="#ECF5FF"> 
                      <input type="text" name="title" class="inputtext" maxlength="30" size="25">
                    </td>
                  </tr>
                  <tr bgcolor="#E7E7E7"> 
                    <td height="22" bgcolor="#ECF5FF"> 
                      <div align="center">UBB代码</div></td>
                    <td bgcolor="#ECF5FF"> 
                      <script src=../Inc/eshopcode.js></script>
                      <!--#include file=../Inc/Ubb.inc -->
                    </td>
                  </tr>
                  <tr bgcolor="#E7E7E7"> 
                    <td height="25" bgcolor="#ECF5FF"> 
                      <div align="center">内&nbsp;&nbsp;容</div></td>
                    <td height="25" bgcolor="#ECF5FF"> 
                      <textarea name="content" cols="57" rows="12" wrap="PHYSICAL"></textarea>
                    </td>
                  </tr>
                  <tr bgcolor="#ECF5FF"> 
                    <td height="25" colspan="2"> 
                      <div align="center"> 
                        <input type="submit" value="确定">
                        &nbsp; 
                        <input type="reset" value="取消">
                      </div></td>
                  </tr>
                  <tr> 
                    <td colspan="2">图片上传</td>
                  </tr>
                  <tr> 
                    <td colspan="2"><div align="center">
                        <iframe name="ad" frameborder=0 width=100% height=50 scrolling=no src=../upload_Other.asp></iframe>
                      </div></td>
                  </tr>
                </table>
              </div></td>
          </form>
        </tr>
      </table>
      <br> <br> </td>
  </tr>
</table>
<!-- #include file="Inc/Foot.asp" -->

⌨️ 快捷键说明

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