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

📄 ytnr.asp

📁 现在的病毒是越来越多了,几乎每上一回电脑都要杀毒,所以杀毒软件是必不可少的
💻 ASP
字号:
<!--#INCLUDE FILE="sysinc.asp" -->
<html>

<head>

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

<body bgcolor="#4BD152" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<%
   sqlstr = "Select * FROM 议题讨论 where 议题编号="&request("id")
      my_rs.Open sqlstr,my_Conn,1,3
%>

  <div align="center">
    <center>
      <table border="0" width="100%" height="168" bgcolor="#0000FF" cellspacing="1">
        <tr> 
          <td width="20" height="11" align="center" bgcolor="#FFCCFF">内容:</td>
          
        <td width="193" height="11" bgcolor="#CCCCFF"> 
          <textarea name=b cols="30" class="smallInput" rows="10"><%=my_rs("提议内容")%></textarea>
        </td>
        </tr>
      </table>
      <br>
    </center>
  </div>
 
    
  <div align="right"> 
    <input type="button" value="关闭窗口" name="B2" class="buttonface" onclick="javascript:self.close()">
  </div>

<%my_rs("阅读次数")=my_rs("阅读次数")+1
  my_rs.update
  my_rs.close
  set my_rs=nothing 
%>
</body>

</html>

⌨️ 快捷键说明

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