www.gusucode.com > ASP+ACCESS在线人才招聘网(源代码+论文) > ASP+ACCESS在线人才招聘网(源代码+论文)\source_\per_re_updata.asp

    <!--#include file="inc/conn.asp"-->
<%id=Request("id")
 pertype=Request("pertype")
 recontent=Request("recontent")
 'Response.write recontent
 'Response.end
if pertype="1" then
table="job_com_per"
else 
table="job_person_per"
end if
recontent=request("recontent")
if id<>"" then
 Set Rs=Server.CreateObject("Adodb.RecordSet")
 sql="select * from "&table&" where id="&id
 Rs.Open sql,conn,3,3
 if not rs.eof then
 rs("recontent")=recontent
 Rs.Update
 info="成功回复"
 else
 info="回复失败"
 end if
 Rs.Close
 Set Rs=nothing
 Set conn=nothing
end if
%><meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../inc/map028.css" type="text/css">

<body bgcolor="#FFFFFF">
<table width="335" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td width="335" align="center">&nbsp;</td>
  </tr>
  <tr> 
    <td width="335" align="center" height="45" bgcolor="#D8E4F1"><%=info%></td>
  </tr>
  <tr> 
    <td width="335" align="center" height="42">【<a href="javascript:window.close()"><span class="word">关闭窗口</span></a>】</td>
  </tr>
</table>