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

📄 resumesendout.asp

📁 人才招聘系统,用asp做的
💻 ASP
字号:
	<!--#include file=../conn.asp-->
	<!--#include file=cookies.asp-->
	<!--#include file=top.asp-->
	<%
	dim sql
	dim rs
	dim username
	dim jobid,i
	username=request.cookies("ijob")("username")
	jobid=request.cookies("ijob")("jobid")
	set rs=server.createobject("adodb.recordset")
	sql="select username,jobid,jingyan,jingyanshuoming,workdata from [person] where jobid='"&jobid&"' and UserName='"&UserName&"'"
	rs.open sql,conn,1,1
	if rs.eof or rs.bof then
	response.write "错误,该用户不存在!<br> "
	response.end
	end if
	 
	%>
<link rel="stylesheet" type="text/css" href="../1.css">
<title>个人会员::外发简历</title>
<body topmargin="0" leftmargin="0">

<div align="center">
  <center>

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="770" height="236">
  <tr>
    <td width="147" height="236" valign="top">
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
      <tr>
        <td width="100%"><!--#include file=left.asp--></td>
      </tr>
    </table>
    </td>
    <td width="175" height="236" valign="top"> </td>
    <td width="432" height="236" valign="top">
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
      <tr>
        <td width="100%"> </td>
      </tr>
      <tr>
        <td width="100%"> 
            <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="125">
      <form method="POST" action="ResumeSendOutchk.asp">
      <tr>
        <td width="100%" height="12"></td>
      </tr>
      <tr>
        <td width="100%" height="25">
        <font color="#F06000"><b>应聘职位</b></font>:<input class="fieldhz" name="zhiwei" size="20" maxlength="25">&nbsp;<font color="#F06000"><b><br>
        <br>
        目的邮件</b></font>:<input class="fieldhz" name="keymail" size="20" maxlength="25">&nbsp;
        <input border="0" src="img/postjianli.gif" name="I1" type="image"><br>
        <br>
        注意:只能填写一个邮件。</td>
      </tr>
      <tr>
        <td width="100%" height="9">
        </td>
      </tr>
      </form>
    </table>
        </td>
      </tr>
      <tr>
        <td width="100%"> </td>
      </tr>
    </table>
    </td>
    <td width="16" height="236" valign="top"> </td>
  </tr>
</table>

  </center>
</div>
<!--#include file=copyright.asp-->
<%
rs.close
set rs=nothing
call closedb
%>

⌨️ 快捷键说明

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