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

📄 huifusend.asp

📁 大型人才程序网站程序
💻 ASP
字号:
<% Response.Buffer=false %>
<!--#include file="../inc/dbconn1.inc"-->
<%
  idss=request("ids")
  lxrs=request("lxr")
  dianhuas=request("dianhua")
  msgs=request("msg")
%>
<%
set rs=server.createobject("adodb.recordset")
sql5="select * from zpsj where id="&idss&""
rs.open sql5,conn,1,1
ypzws=rs("zpzw")
dwzhs=rs("yhmc")
zhs=rs("uname")
rs.close
set rs=nothing

set rs=server.createobject("adodb.recordset")
sql1="select * from zpsj where id="&idss&""
rs.open sql1,conn,3,3
rs("huifu")="已"
rs.update
rs.close
set rs=nothing

set rs=server.createobject("adodb.recordset")
sql3="select * from ypsj"
rs.open sql3,conn,3,3
rs.addnew
rs("uname")=dwzhs
rs("yprmc")=lxrs
rs("jlzl")="查看该应聘者详细简历:联系电话-"+dianhuas
rs("ypzw")="回复:"+ypzws
rs("idate")=date()
rs("ypzh")=zhs
rs("msg")=msgs
rs.update
rs.close
set rs=nothing

%>



<html>



<head>
<title>乐清人才网</title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<style type="text/css">.sbtxt       { color: #000000; font-family: 宋体; font-size: 12px; text-decoration: none }
.sblue       { color: #0000cc; font-family: 宋体; font-size: 12px; text-decoration: none }
.sorenge     { color: #ff6600; font-family: 宋体; font-size: 12px; text-decoration: none }
a:hover      { color: #0000ff; font-family: 宋体; font-size: 12px; text-decoration: none }
.swtxt       { color: #ffffff; font-family: 宋体; font-size: 12px; text-decoration: none }
.shtxt       { color: #666666; font-family: 宋体; font-size: 12px; text-decoration: none }
.bftxt       { color: #FFFFFF; font-family: 宋体; font-size: 12px; text-decoration: none }
</style>
<meta content="Microsoft FrontPage 4.0" name="GENERATOR">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>

<body bgcolor="#ffffff" leftmargin="0" topmargin="0">

<div align="center"> 
  <table align="center" border="0" cellpadding="2" cellspacing="0" width="770">
   <tbody>
    <tr>
     <td align="lift"  height="20" width="765"></td>
    </tr>

    <tr>
        
      <td align="center" class="sorenge" valign="top" width="765"> <font size="3">您的回复信已经发送, 
        <a href="javascript:window.close()" class="sbtxt"><font size="3" ><u>现在请关闭</u></font></a> 
        </font></td>
    </tr>
   </tbody>
  </table>
 </div>
</body>

</html>

⌨️ 快捷键说明

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