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

    <!--#include file="inc/conn.asp"-->
<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">
<%id=Request("id")
  if id<>"" then
  sql="select * from job_com_per_all where id="&id
  Set Rs=Server.CreateObject("Adodb.RecordSet")
  Rs.Open sql,conn,1,1
  if not Rs.Eof then%>
<table width="389" border="0" cellspacing="1" cellpadding="0" height="313">
  <tr> 
    <td height="33" align="center" bgcolor="#AFD0E4">招聘求职意向内容</td>
  </tr>
  <tr> 
    <td height="28">日期:[<%=year(Rs("sendtime"))%>-<%=month(Rs("sendtime"))%>-<%=day(Rs("sendtime"))%>]</td>
  </tr>
  <tr> 
    <td height="26" bgcolor="#E8F1F7">内容:<br>
      <%=Rs("content")%></td>
  </tr>
  <tr> 
    <td valign="top" height="131">回复:<br>
      <%=Rs("recontent")%> </td>
  </tr>
  <tr> 
    <td valign="top" height="16" align="center">【<a href="javascript:window.close()"><span class="word">关闭窗口</span></a>】</td>
  </tr>
</table>
<%end if
  Rs.Close
  Set conn=nothing
 end if%>
</body>
</html>

<html></html>