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

📄 add_news.asp

📁 鄂尔多斯建站网全站程序(冬季修正版)
💻 ASP
字号:
<!--#include file="session.asp"-->
<!--#include file="../include/code.asp"-->
<%
'**********************************
'版本:Host_free 3.0               *
'官方网站:Http://www.850518.com   *
'技术论坛:Http://forum.850518.com *
'QQ:54455245 (欢迎咨询商业版)     *
'MSN: steven_bass@msn.com         *
'手机:(0)13632779827              *
'mail:wtez@vip.163.com            *
'版权所有,请保留该信息,谢谢合作 *
'**********************************
%>
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<LINK href="style.css" rel=stylesheet>
</head>

<body style="background-color: #EEEEEE">

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="1" width="600" bgcolor="#626262">
    <tr>
      <td height="20">&nbsp; <b><font color="#FFFFFF">新闻添加</font></b></td>      
    </tr>
    <tr>
      <td height="500" bgcolor="#FFFFFF">
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
        <form method="post" action="add.asp?action=add_news">
          <tr>
            <td width="25%" height="25" align="right">新闻类型:</td>
            <td width="75%" height="25">&nbsp;<select size="1" name="id" style="border-style: solid; border-width: 0">
                  <option value="" selected>请选择类型</option>
                  <option value="1">站内新闻</option>
                  <option value="2">帮助专区</option>
                  <option value="3">代理专区</option>
                </select></td>
          </tr>
          <tr>
            <td width="25%" height="25" align="right">新闻标题:</td>
            <td width="75%" height="25">&nbsp;<input type="text" name="news_title" size="40"></td>
          </tr>
          <tr>
            <td width="25%" height="25" align="right">标题颜色:</td>
            <td width="75%" height="25">&nbsp;<input type="radio" value="black" name="news_colour" checked>黑色&nbsp;&nbsp;               
                <input type="radio" value="red" name="news_colour">红色&nbsp;&nbsp; <input type="radio" value="blue" name="news_colour">蓝色&nbsp;&nbsp;               
                <input type="radio" value="yellow" name="news_colour">黄色</td>
          </tr>
          <tr>
            <td width="25%" height="25" align="right">添加人员:</td>
            <td width="75%" height="25">&nbsp;<input type="text" name="news_person" size="20" value="<%=session("admin_name")%>"></td>
          </tr>
          <tr>
            <td width="25%" height="25" align="right" valign="top">新闻内容:</td>
            <td width="75%" height="25">&nbsp;<textarea rows="15" name="news_text" cols="60"></textarea></td>
          </tr>
          <tr>
            <td width="100%" height="30" colspan="2">
              <p align="center"><input type="submit" value="   提交   " name="B3">&nbsp;&nbsp; 
              <input type="reset" value="全部重写" name="B3"></td>
          </tr>
          </form>
        </table>
      </td>
    </tr>
  </table>
  </center>
</div>

</body>

</html>
<%
'**********************************
'版本:Host_free 3.0               *
'官方网站:Http://www.850518.com   *
'技术论坛:Http://forum.850518.com *
'QQ:54455245 (欢迎咨询商业版)     *
'MSN: steven_bass@msn.com         *
'手机:(0)13632779827              *
'mail:wtez@vip.163.com            *
'版权所有,请保留该信息,谢谢合作 *
'**********************************
%>

⌨️ 快捷键说明

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