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

📄 index_chk.asp

📁 人才招聘系统,用asp做的
💻 ASP
字号:
<!--#include file=../conn.asp-->
<%
dim pic,pic1
dim id
dim rs,sql,Allrecord,Pagesize,Allpage,ThisPage,k
pic="img/4.gif"
pic1="img/5.gif"
if trim(request("id"))="" then
id=1
else
 if not isnumeric(request("id")) then
 id=1
 else
 id=trim(request("id"))
 end if
id=trim(request("id"))
end if
if request("page")="" then
ThisPage=1		
else
ThisPage=request("page")
end if
%>
<HTML><HEAD><TITLE>人才搜索超市</TITLE>
<META content="Microsoft FrontPage 5.0" name=GENERATOR>
<META content=FrontPage.Editor.Document name=ProgId>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<link rel="stylesheet" type="text/css" href="../1.css">
</HEAD>
<SCRIPT language=JavaScript>
function showoperatealert(id)
{
		if (id==1)
        {

		{
		  	thisForm.target='_self';
			thisForm.action="../company/ijob.asp?oo=1";
			thisForm.submit();
		}
		}
		if (id==2)
        {

		{
		  	thisForm.target='_self';
			thisForm.action="../company/ijob.asp?oo=2";
			thisForm.submit();
		}
		}
}

function CheckAll(form)
  {
  for (var i=0;i<form.elements.length;i++)
    {
    var e = form.elements[i];
    if (e.name != 'chkall' )
       e.checked = form.chkall.checked;
    }
  }
//-->
</SCRIPT>
<BODY topmargin="0" leftmargin="0">
<!--#include file=top.asp-->
<DIV align=center>
<CENTER>
<TABLE border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 
style="BORDER-COLLAPSE: collapse" width=770 height="322">
  <TBODY>
  <TR>
    <TD colSpan=3 width="227" height="41" background="img/1_r1_c1.gif">
    <p align="center"><font color="#008000"><b>人才搜索超市</b></font></TD>
    <TD colSpan=3 height="41">
    <IMG alt="" border=0 height=41 name=n1_r1_c4 
      src="img/1_r1_c4.gif" width=543></TD></TR>
  <TR>
    <TD background=img/1_r2_c1.gif height=241 width=21> </TD>
    <TD height=241 width=191 valign="top" align="center">
      <TABLE border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 height=23 
      style="BORDER-COLLAPSE: collapse" width=133>
        <TR>
          <TD height=30 width="100%" background="<%if id=1 then%><%=pic1%><%else%><%=pic%><%end if%>">
            <p align="left"><SPAN 
        style="FONT-SIZE: 9pt">&nbsp;&nbsp;&nbsp; <a href="index.asp?id=1">按修改时间搜索</a></SPAN></TD></TR>
        <TR>
          <TD height=30 width="100%" background="<%if id=2 then%><%=pic1%><%else%><%=pic%><%end if%>" align="left">
            <SPAN 
        style="FONT-SIZE: 9pt">&nbsp;&nbsp;&nbsp; </SPAN><a href="index.asp?id=2">按姓名搜索</a></TD></TR>
        <TR>
          <TD height=30 width="100%" background="<%if id=3 then%><%=pic1%><%else%><%=pic%><%end if%>" align="left">
          &nbsp;&nbsp;&nbsp; <a href="index.asp?id=3">按婚姻状况搜索</a></TD></TR>
        <TR>
          <TD height=30 width="100%" background="<%if id=4 then%><%=pic1%><%else%><%=pic%><%end if%>" align="left">
            <SPAN 
        style="FONT-SIZE: 9pt">&nbsp;&nbsp;&nbsp; </SPAN>
            <a href="index.asp?id=4">按年龄搜索</a></TD></TR>
        <TR>
          <TD height=30 width="100%" background="<%if id=5 then%><%=pic1%><%else%><%=pic%><%end if%>" align="left">
            <SPAN 
        style="FONT-SIZE: 9pt">&nbsp;&nbsp;&nbsp; </SPAN>
            <a href="index.asp?id=5">按毕业院校搜索</a></TD></TR>
        <TR>
          <TD height=30 width="100%" background="<%if id=6 then%><%=pic1%><%else%><%=pic%><%end if%>" align="left">
            <SPAN 
        style="FONT-SIZE: 9pt">&nbsp;&nbsp;&nbsp; </SPAN>
            <a href="index.asp?id=6">按专业搜索</a></TD></TR>
        <TR>
          <TD height=30 width="100%" background="<%if id=7 then%><%=pic1%><%else%><%=pic%><%end if%>" align="left">
            <SPAN 
        style="FONT-SIZE: 9pt">&nbsp;&nbsp;&nbsp; </SPAN>
            <a href="index.asp?id=7">按岗位类别搜索</a></TD></TR>
        <TR>
          <TD height=30 width="100%" background="<%if id=8 then%><%=pic1%><%else%><%=pic%><%end if%>" align="left">
            <SPAN 
        style="FONT-SIZE: 9pt">&nbsp;&nbsp;&nbsp; </SPAN>
            <a href="index.asp?id=8">按地区搜索</a></TD></TR>
        </TABLE>
    </TD>
    <TD background=img/1_r2_c3.gif height=241 width=15> </TD>
    <TD background=img/1_r2_c4.gif height=241 width=13> </TD>
    <TD height=241 width=509 valign="top">
<%
set rs=server.createobject("adodb.recordset")
select case id
case 1
sql="select jobid,name,xingbie,selectedjob1,xgsj from [person] where datediff(d,xgsj,getdate()) < "&request("ijob_1")&" and jlbm<>1 order by xgsj desc"
case 2
if len(trim(request("ijob_2")))<1 or len(trim(request("ijob_2")))>6 then
call cuowu()
else
sql="select jobid,name,xingbie,selectedjob1,xgsj from [person] where name like '%"&request("ijob_2")&"%' and jlbm<>1 order by xgsj desc"
end if
case 3
sql="select jobid,name,xingbie,selectedjob1,xgsj from [person] where hunyin="&request("ijob_3")&" and jlbm<>1 order by xgsj desc"
case 4
dim ijob_4_1,ijob_4_2
if not isnumeric(request("ijob_4_1")) or not isnumeric(request("ijob_4_2")) then
call cuowu()
else
ijob_4_1=cstr(trim(request("ijob_4_1")))
ijob_4_2=cstr(trim(request("ijob_4_2")))
if ijob_4_1<ijob_4_2 then
sql="select jobid,name,xingbie,selectedjob1,xgsj from [person] where (age>"&ijob_4_1&" and age<"&ijob_4_2&")  and jlbm<>1 order by xgsj desc"
else
sql="select jobid,name,xingbie,selectedjob1,xgsj from [person] where (age>"&ijob_4_2&" and age<"&ijob_4_1&")  and jlbm<>1 order by xgsj desc"
end if
end if
case 5
if Instr(request("ijob_5"),"=")>0 or Instr(request("ijob_5"),"%")>0 or Instr(request("ijob_5"),chr(32))>0 or Instr(request("ijob_5"),"?")>0 or Instr(request("ijob_5"),"&")>0 or Instr(request("ijob_5"),";")>0 or Instr(request("ijob_5"),",")>0 or Instr(request("ijob_5"),"'")>0 or Instr(request("ijob_5"),",")>0 or Instr(request("ijob_5"),chr(34))>0 or Instr(request("ijob_5"),chr(9))>0 or Instr(request("ijob_5"),"

⌨️ 快捷键说明

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