www.gusucode.com > 雨点单用户免雨点单用户免费留言板 2.0 Build 080828 > reply.asp

    <%@ Language=VBScript %>
<%response.buffer=false%>
<%response.expires = 0 %>
<!--#include file="conn.asp"-->
<!--#include file="cookies.asp"-->
<%
id=request.querystring("id")
Call IsId(id)
Set rs=conn.execute("select T_content,reply from message where id="&id)
%>
<html>
<head>
<title>回复留言</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css.css" rel="stylesheet" type="text/css">
</head>

<body background="image/bg1.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="90%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td height="20"> </td>
  </tr>
</table>
<form name="form1" method="post" action="reply_save.asp">
  <table width="600" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#333333" class="f12">
    <tr bgcolor="efeff7"> 
      <td width="171" height="24"><div align="center"> 
          <p class="f12">留言内容:</p>
        </div></td>
      <td width="426"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" class="message">
          <tr> 
            <td height="10"> </td>
          </tr>
          <tr> 
            <td class="f12"><font color="#0033CC"><%=rs(0)%></font></td>
          </tr>
          <tr> 
            <td height="10"> </td>
          </tr>
        </table> </td>
    </tr>
    <tr> 
      <td bgcolor="efeff7"><div align="center"><font face="Verdana, Arial, Helvetica, sans-serif"><span class="12">回复内容:<br>
          </span></font></div></td>
      <td height="130" bgcolor="efeff7">&nbsp; 
        <textarea name="reply" cols="60" rows="8" class="input" id="reply"><%=rs(1)%></textarea></td>
    </tr>
    <tr> 
      <td height="30" colspan="2" bgcolor="#D2D2E8"><div align="center"> 
          <input name="Submit" type="submit" class="button" value="提交回复">
          <input name="id" type="hidden" id="id" value="<%=id%>">
          <input name="Submit2" type="reset" class="button" value="重新填写">
          <input name="Submit22" type="button" class="button" value="返回首页" onClick="window.location='Index.asp'">
        </div></td>
    </tr>
  </table>
</form>
<table width="90%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td>&nbsp;</td>
  </tr>
</table>
<!--#include file="copy.asp"-->
<%call closeconn()%>