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

📄 replyyt.asp

📁 现在的病毒是越来越多了,几乎每上一回电脑都要杀毒,所以杀毒软件是必不可少的
💻 ASP
字号:
<html>

<head>

<LINK href="../style.css" rel=stylesheet>
<title>回复议题信息</title>
</head>

<body bgcolor="#4BD152" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form method=post action="replyytdb.asp">
  <div align="center">
    <center>
      <table border="0" width="100%" height="168" bgcolor="#0000FF" cellspacing="1">
        <tr>
          <td width="69" height="19" align="center" bgcolor="#FFCCFF">回复标题</td>
          <td width="193" height="19" bgcolor="#CCCCFF"> 
            <input type="text" name=a size="20" class="smallInput" maxlength="16">
            <input type="hidden" name="ytbh" value=<%=trim(request("id"))%>>
          </td>
      </tr>
      <tr>
          <td width="69" height="11" align="center" bgcolor="#FFCCFF">回复内容</td>
          <td width="193" height="11" bgcolor="#CCCCFF"> 
            <textarea name=b cols="30" class="smallInput" rows="10"></textarea>
          </td>
      </tr>
    </table>
      <br>
    </center>
  </div>
 
    
  <div align="right">
    <input type="submit" value="确定" name="B1" class="buttonface " >
    &nbsp; 
    <input type="reset" name="Reset" class="buttonface " value="重写">
    &nbsp; 
    <input type="button" value="关闭窗口" name="B2" class="buttonface" onclick="javascript:self.close()">
  </div>
</form>

</body>

</html>

⌨️ 快捷键说明

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