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

📄 searcher.asp

📁 人才招聘系统,用asp做的
💻 ASP
字号:
<!--#include file="../conn.asp"-->
<!--#include file="cookies.asp"-->
<%dim rs,sql,k
  set rs=server.createobject("adodb.recordset")           
  sql="select id,jobid,keyname from [searcher] where jobid='"&request.cookies("ijob")("jobid")&"'"
  rs.open sql,conn,1,1 
  k=1                          
  %>
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>搜索器</title>
<link rel="stylesheet" type="text/css" href="../1.css">
</head>

<body topmargin="0" leftmargin="0">
<!--#include file="top.asp"-->
<div align="center">
  <center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="778" height="1">
  <tr>
    <td width="171" height="2" valign="top">
    <p align="left"><!--#include file="left.asp"--></td>
    <td width="24" height="1"></td>
    <td width="554" height="1" valign="top">
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="143">
      <tr>
        <td width="100%" height="12"></td>
      </tr>
      <tr>
        <td width="100%" height="30">
        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
          <tr>
            <td width="100%">
            <div align="center">
              <center>
              <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="80%">
                <tr>
                  <td width="100%">
                  <%
              if rs.eof and rs.bof then                           
              response.write "<li>对不起!还没有搜索器!"   
              response.write "<br><li><a href=""searcheradd.asp""><font color=""#ff0000""><b>增加搜索器</b></font></a>"                         
              response.end
              else
                  %>
                  </td>
                </tr>
                <tr>
                  <td width="100%">
                  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="443">
                    <%for k=1 to 15%>
                    <tr>
                      <td width="71" height="20">搜索器<b><%=k%></b>:</td>
                      <td width="120" height="20"><font color="#124FED"><b>
                      <a target="_blank" href="searcherQueryPosition.asp?id=<%=rs("id")%>">
                      <font color="#124FED"><%=rs("keyname")%></font></a></b></font></td>
                      <td width="252" height="20">
                      <a target="_blank" href="searcherQueryPosition.asp?id=<%=rs("id")%>">
                      <img border="0" src="img/searcherQueryPosition.gif"></a>
                      <a href="searcheredit.asp?id=<%=rs("id")%>">
                      <img border="0" src="img/searcherQueryPosition1.gif"></a>
                      <a href="searcherdel.asp?id=<%=rs("id")%>">
                      <img border="0" src="img/searcherQueryPosition2.gif"></a></td>
                    </tr>
                    <%
    rs.movenext
    if rs.eof then
      k = k + 1
      exit for
    end if
             next 
             rs.close
             set rs=nothing
             conn.close
             set conn=nothing
             end if

             %>
                  </table>
                  </td>
                </tr>
              </table>
              </center>
            </div>
            <p><b><a href="searcheradd.asp"><u>新增搜索器</u></a></b></p>
            <p align="left" style="LINE-HEIGHT: 19px; MARGIN-LEFT: 25px">
            <font color="#124fed"><b>[名词解释]</b></font><br>
            <font color="#4d4d4d">搜索职位:即直接用搜索器查询相关职位;<br>
            查看/修改搜索条件:您可以进行“修改相关搜索条件、重新给搜索器命名、重新选择求职简历”等管理操作。<br>
            删除:如果使用此功能,搜索器将被永久删除,不能恢复,只能重新建立搜索器。</font></td>
          </tr>
         </table>
        </td>
      </tr>
      <tr>
        <td width="100%" height="30"> </td>
      </tr>
      </table>
    </td>
    <td width="29" height="1"></td>
  </tr>
  </table>
  </center>
</div>
<div align="center">
  <center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="778">
  <tr>
    <td width="100%">
    <p align="center"><!--#include file="copyright.asp"--></td>
  </tr>
</table>

  </center>
</div>

</body>

</html>

⌨️ 快捷键说明

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