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

📄 newtitle.asp

📁 大家好
💻 ASP
字号:
<%@ LANGUAGE="VBSCRIPT" %>
<%
if trim(session("username"))="" then
  response.redirect "login.htm"
end if
%> 
<html>
<head>
<title>发布供求信息</title>
<link rel="stylesheet" href="../html/3508.css">
<style type="text/css">
<!--
.areatype {  font-size: 12px; color: #000000; background-color: #FFFFF8}
-->
</style>
</head>

<body BGCOLOR="#FFFFFF" text="#000000" link="#000080" vlink="#000080" background="../images/bg1.gif">
<table width="740" border="0" cellspacing="0" cellpadding="0" align="center" height="40">
  <tr> 
    <td width="217" height="39" align="center" valign="bottom"><img src="../images/smallmark.gif" width="120" height="25"></td>
    <td width="523" valign="bottom" height="39"><a href="../default.asp">本站首页</a> 
      &gt;&gt; 发布供求信息</td>
  </tr>
  <tr> 
    <td colspan="2" height="1" bgcolor="006600"></td>
  </tr>
</table>
<script Language="JavaScript">
<!--
function mjj()
{
  if (document.jy.comment.value.length > 1000 || document.jy.comment.value.length<=0)
  {
  alert("Please enter at most 1000 characters in the \"comment\" field.");
  document.jy.comment.focus();
  return (false);
  }
  return (true);
}
//--></script>
<ul>
  <form ACTION="addnew.asp" METHOD="POST" onsubmit="return mjj()" name="jy">
    <ul>
      <input type="hidden" name="number" value="5">
      <input type="hidden" name="action" value="posttopic">
      <input type="hidden" name="Browser" value="other">
      <input type="hidden" name="HTMLAllowed" value="yes">
    </ul>
    <table border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> 
        <td>用户</td>
        <td> 
          <input NAME="username" SIZE="35" MAXLENGTH="25" class="areatype">
        </td>
      </tr>
      <tr> 
        <td>标题</td>
        <td> 
          <input NAME="title" VALUE SIZE="50" MAXLENGTH="120" class="areatype">
        </td>
      </tr>
      <tr> 
        <td valign="top">内容</td>
        <td>
          <textarea NAME="comment" ROWS="6" COLS="50" WRAP="VIRTUAL" class="areatype">
</textarea>
        </td>
      </tr>
    </table>
    <ul>
      <br>
      <br>
    </ul>
    <table cellspacing="0" cellpadding="0" width="580" border="0" align="center">
      <tr> 
        <td width="636" colspan="4">表情:</td>
      </tr>
      <tr> 
        <td nowrap width="115"> 
          <input type="radio" value="0" name="brow">
          <img src="browimage/0.gif" alt="随便说说啦" WIDTH="15" HEIGHT="15">随便说说啦</td>
        <td nowrap width="115"> 
          <input type="radio" value="1" name="brow">
          <img src="browimage/1.gif" alt="我来回答你。" WIDTH="15" HEIGHT="15">我来回答你</td>
        <td nowrap width="115"> 
          <input type="radio" value="2" name="brow" checked>
          <img src="browimage/2.gif" alt="我要买!" WIDTH="15" HEIGHT="15">我要买!</td>
        <td nowrap width="115"> 
          <input type="radio" value="3" name="brow">
          <img src="browimage/3.gif" alt="好奇怪哟!" WIDTH="15" HEIGHT="15">好奇怪哟!</td>
      </tr>
      <tr> 
        <td nowrap width="115"> 
          <input type="radio" value="4" name="brow">
          <img src="browimage/4.gif" alt="我要卖!.." WIDTH="15" HEIGHT="15">我要卖!..</td>
        <td nowrap width="115"> 
          <input type="radio" value="5" name="brow">
          <img src="browimage/5.gif" alt="大家小心!" WIDTH="15" HEIGHT="15">大家小心!</td>
        <td nowrap width="115"> 
          <input type="radio" value="6" name="brow">
          <img src="browimage/6.gif" alt="我得意的笑^_^" WIDTH="15" HEIGHT="15">我得意的笑</td>
        <td nowrap width="115"> 
          <input type="radio" value="7" name="brow">
          <img src="browimage/7.gif" alt="没劲!" WIDTH="15" HEIGHT="15">没劲!</td>
      </tr>
      <tr> 
        <td nowrap width="115"> 
          <input type="radio" value="8" name="brow">
          <img src="browimage/8.gif" alt="气死我了!" WIDTH="15" HEIGHT="15">气死我了!</td>
        <td nowrap width="115"> 
          <input type="radio" value="9" name="brow">
          <img src="browimage/9.gif" alt="坚决同意!" WIDTH="15" HEIGHT="15">坚决同意!</td>
        <td nowrap width="115"> 
          <input type="radio" value="10" name="brow">
          <img src="browimage/10.gif" alt="反对反对!" WIDTH="15" HEIGHT="15">反对反对!</td>
        <td nowrap width="115"> 
          <input type="radio" value="11" name="brow">
          <img src="browimage/11.gif" alt="管它呢:--{" WIDTH="15" HEIGHT="15">管它呢:--{</td>
      </tr>
    </table>
    <blockquote>
      <div align="center">
        <center>
          <input TYPE="submit" NAME="Submit" VALUE="提交文章" class="areatype">
          <input TYPE="RESET" NAME="Reset" VALUE="清除文章" class="areatype">
        </center>
      </div>
    </blockquote>
  </form>
</ul>
<p align="center"><br>
  <a HREF="mailto:yjkj@3508.com">站长信箱</a> | <a href="../default.asp">返回主页</a></p>

<!-- #include file="../include/end.htm" -->
</body>
</html>

⌨️ 快捷键说明

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