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

📄 comuser2.asp

📁 本学期要实讯
💻 ASP
字号:
<!--#include file="odbc_connection.asp"-->
<style type="text/css">
<!--
.style1 {
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>

<table width="522" height="275" border="0" align="left" cellpadding="0" cellspacing="0">
  <tr>
    <td width="522" align="center" valign="middle">
<%dim user
user=session("user")%>
<%if Request("commessage")="无"  then %>
	<table width="267" height="38" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="267" height="38" align="center"><span class="style1">对不起,没有提交成功!请写上你的回复信息!</span></td>
      </tr>
    </table>
	<%else%>
<%
commessage=Request("commessage")
userid=request("id")
dim rs,sql
sql="Update message set commessage='"&commessage&"',com_date=#"&date()&"# where id=" &userid
db.execute(sql) %>
	<table width="267" height="38" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="267" height="38" align="center"><span class="style1">你的信息已经发送成功!谢谢你的参与!</span></td>
      </tr>
    </table>
<%end if%>
</td>
  </tr>
</table>

⌨️ 快捷键说明

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