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

📄 hire_searchresult.asp

📁 嘉缘人才6.0精简 ,很好用的人才系统
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../conn/conn.asp"-->
<!--#include file="../inc/Commoncode.asp"-->
<!--#include file="../inc/CommonFunction.asp"-->
<%
numbers=Trim(Request("numbers"))
If numbers<>"" And IsNumeric(numbers) Then
	numbers=CLng(numbers)
Else
	numberss=Trim(Request("numberss"))
	If numberss<>"" And IsNumeric(numberss) Then
		numbers=CLng(numberss)
	Else
		numbers=20
	end if
End If
taxis=Trim(Request("taxis"))
If taxis<>"" And IsNumeric(taxis) Then
    taxis=CLng(taxis)
Else
	taxiss=Trim(Request("taxiss"))
	If taxiss<>"" And IsNumeric(taxiss) Then
		taxis=CLng(taxiss)
	Else
		taxis=1
	end if
End If
detail=Trim(Request("detail"))
If detail<>"" And IsNumeric(detail) Then
    detail=CLng(detail)
Else
	details=Trim(Request("details"))
	If details<>"" And IsNumeric(details) Then
		detail=CLng(details)
	Else
		detail=2
	end if
End If
trade=Replace(trim(request("trade")),"'","")
trades=Replace(trim(request("trades")),"'","")
position=Replace(trim(request("position")),"'","")
positions=Replace(trim(request("positions")),"'","")
workadd=Replace(trim(request("workadd")),"'","")
workadds=Replace(trim(request("workadds")),"'","")
datetime=Replace(trim(request("datetime")),"'","")
datetimes=Replace(trim(request("datetimes")),"'","")
keyword=Replace(trim(request("keyword")),"'","")
if keyword="输入公司/职位关键字" then
keyword=""
end if
keywordtype=trim(request("keywordtype"))
if keywordtype<>"" And IsNumeric(keywordtype) then
keywordtype=Clng(keywordtype)
end if
Dim Action
Dim FoundErr,ErrMsg

Dim page,si
Dim totalPut
MaxPerpage=numbers
strFileName="hire_searchresult.asp?numberss="&numbers&"&taxiss="&taxis&"&details="&detail&"&trade="&trade&"&trades="&trades&"&position="&position&"&positions="&positions&"&workadd="&workadd&"&workadds="&workadds&"&datetime="&datetime&"&datetimes="&datetimes&"&keyword="&keyword&"&keywordtype="&keywordtype&""
page=Trim(Request("page"))
If page<>"" And IsNumeric(page) Then
	If page<1 Or Len(page)>10 Then
		page=1
	Else
    	page=CLng(page)
	End If
Else
	page=1
End If
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="Content-Language" content="gb2312" />
<meta content="all" name="robots" />
<meta name="author" content="web@yjys.net,嘉挚科技" />
<meta name="Copyright" content="www.yjys.net,版权所有,请勿转载" />
<title>职位搜索结果-职位搜索中心-<%=SiteTitle%></title>
<SCRIPT language=javascript>
function unSearchLayer(){
  document.getElementById("bodyly").style.display='none';
  document.getElementById("SearchDiv").style.display='none';
  } 
function JumpSearchLayer(fname,vname,tname,Searchtype){
document.getElementById("bodyly").style.display="block";   
document.getElementById("bodyly").style.width=document.body.clientWidth+"px";  
document.getElementById("bodyly").style.height=document.body.clientHeight+"px";  
document.getElementById("SearchDiv").style.display='block';
document.getElementById("SearchDiv").style.top=document.documentElement.scrollTop+150+"px";  
document.getElementById("SearchDiv").style.left=document.body.clientWidth/2-270+"px";
var xmlhttp;
try
{xmlhttp=new ActiveXObject("Msxml2.XMLHTTP");}
catch (e){try{xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}
catch (e){try{xmlhttp=new XMLHttpRequest();}
catch (e){}
}
}
xmlhttp.open("get","../inc/search.asp?fname="+escape(fname)+"&vname="+escape(vname)+"&tname="+escape(tname)+"&Searchtype="+escape(Searchtype)+ "&t=" + new Date().getTime());
xmlhttp.onreadystatechange=function()
{if(4==xmlhttp.readyState){
if(200==xmlhttp.status){msg=xmlhttp.responseText;}
else{msg="网络链接失败!";}
}else{msg="<img src='../skin/skin1/loing.gif'>数据读取中,请稍后…";
}
var ch=document.getElementById("SearchLayer");
ch.innerHTML=msg; 
}
xmlhttp.send(null); 
return false;
} 
//-->
</script><script language="javascript">
function confirmX(num)
{
	var ids = document.getElementsByName("checks");
	var check=false;
	var a=0;
	if (ids != null) 
	{
		for (i=0; i<ids.length; i++) 
		{
			var obj = ids(i);
			if (obj.checked==true)
			{
				check=true;
				a+=1
			}
		}
		if(check==false){alert("请选择操作对象!");return false;}
	}
	if(num==1)
	{
		document.simplesearch.action="../person/person_resumesend.asp?action=hire";
		document.simplesearch.target="_blank";
		document.simplesearch.submit();		
	}
	if(num==2)
	{
		document.simplesearch.action="../person/person_resumesend.asp?action=hire";
		document.simplesearch.target="_blank";
		document.simplesearch.submit();		
	}
	if(num==3)
	{
		document.simplesearch.action="../person/person_favoriteadd.asp";
		document.simplesearch.target="_blank";
		document.simplesearch.submit();	
	}
	return false;	
}
function checkAll(box1) {
    var ids = document.getElementsByName("checks");
	if (ids != null) {
		for (i=0; i<ids.length; i++) {
			var obj = ids(i);
			obj.checked = box1.checked;
		}
	}
}
</script><link href="../css/<%=MainWebCss%>.css" rel="stylesheet" type="text/css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body>
<center>

⌨️ 快捷键说明

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