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

    <!--#include file="inc/conn.asp"-->
<!--#include file="per_session.asp"-->
<!--#include file="resultred.asp"-->
<%if Request("Submit")<>"" then
  detail_id=Request("detail_id")
  if detail_id="" then
   resultred"意外出错,你可能不是在正常方式下进入本页面"
  end if
  content=Request("content")
  Set Rs=Server.CreateObject("Adodb.RecordSet")
  Rs.Open "job_person_per",conn,3,3
  Rs.AddNew
  Rs("detail_id")=detail_id
  Rs("per_id")=session("per_id")
  Rs("content")=content
  Rs.Update
  Rs.Close
 end if%>
<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../inc/map028.css" type="text/css">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<%if Request("submit")="" then%>
<form name="form1" method="post" action="">
  <table width="378" border="0" cellspacing="1" cellpadding="0" height="153">
    <tr> 
      <td height="33" align="center" bgcolor="#AFD0E4">给单位发送改职位的应聘意向</td>
    </tr>
    <tr> 
      <td align="left" valign="top"> <br>
        你想说的话: 
        <input type="hidden" name="detail_id" value="<%=Request("detail_id")%>">
      </td>
    </tr>
    <tr>
      <td align="center" valign="top">
        <textarea name="content" cols="50" rows="6"></textarea>
      </td>
    </tr>
    <tr> 
      <td valign="middle" height="46" align="center"> 
        <input type="submit" name="Submit" value="提交">
        <input type="submit" name="Submit2" value="关闭本窗口" onclick="javascript:window.close()">
      </td>
    </tr>
  </table>
</form>
<%else%>
<table width="378" border="0" cellspacing="1" cellpadding="0" height="153">
  <tr> 
    <td height="31" align="center" bgcolor="#AFD0E4">已经成功给该条信息向单位发送了应聘意向</td>
  </tr>
  <tr> 
    <td valign="middle" height="16" align="center"> 
      <input type="submit" name="Submit22" value="关闭本窗口" onClick="javascript:window.close()">
    </td>
  </tr>
</table>
<%end if%>
</body>
</html>

<html></html>