📄 per_autosearch.asp
字号:
<!--#include file="../Include/Class_Conn.asp" -->
<!--#include file="../Include/Class_Main.asp" -->
<%
Dim SQL,Rs
Dim UserName,Perid
Dim WorkWillClass1,WorkWillClass2,WorkWillClass3
Dim JobId,Comid,JobName,Work_Area,Work_City,Edus,Deal,LastUpdate_Time
'//获取个人用户的登陆标记
If IsArray(Session("Person")) Then
Perid = Session("Person")(2)
UserName = Session("Person")(0)
Else
Session.Abandon()
Response.write "<script>alert('-登录后才能进行该操作!-');location.href='../Public/MemberLogin.asp';</script>"
End if
'//获取用户的求职意向
SQL = "Select WorkWillClass1,WorkWillClass2,WorkWillClass3 From [pH_Person_Info] Where Perid='"&Perid&"'"
Set Rs = Conn.Execute(SQL)
WorkWillClass1 = Rs(0)
WorkWillClass2 = Rs(1)
WorkWillClass3 = Rs(2)
Rs.Close
'//组织查询语句
SQL = "Select JobId,Comid,JobName,Work_Area,Work_City,Edus,Deal,LastUpdate_Time,Require,Number From [pH_Job_Base] Where JobFlag=1 And (JobClass='"&WorkWillClass1&"' or JobClass='"&WorkWillClass2&"' or JobClass='"&WorkWillClass3&"') Order By LastUpdate_Time Desc"
Set Rs = Server.CreateObject("ADODB.Recordset")
Rs.open SQL,Conn,1,1
Rs.Pagesize = 28
Psize = Rs.PageSize
PCount = Rs.PageCount
RCount = Rs.RecordCount
PageNo = Cint(Request.QueryString("PageNo"))
If PageNo < 1 Then
PageNo = 1
Elseif PageNo > PCount Then
PageNo = PCount
End if
If Not Rs.Eof Then Rs.AbsolutePage = PageNo
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../Css/Css.css" type=text/css rel=stylesheet>
<title>自动搜索职位 -- <%= Cls_WebName %></title>
</head>
<SCRIPT language=JavaScript src="../js/funlib.js"></SCRIPT>
<SCRIPT language=JavaScript src="../js/ua.js"></SCRIPT>
<SCRIPT language=JavaScript src="../js/ftiens4.js"></SCRIPT>
<SCRIPT language=JavaScript src="../js/persontreeviewnodes.js"></SCRIPT>
<SCRIPT language=JavaScript src="../js/areacityselector.js"></SCRIPT>
<SCRIPT language=JavaScript src="../js/joball.js"></SCRIPT>
<script language="JavaScript">
function openwin()
{
disp=window.open("","rslt","width=500,height=320,resizable=yes");
disp.focus();
}
</script>
<body>
<!--#include file="../Include/Header.asp" -->
<table width="956" border="0" cellspacing="0" cellpadding="0" align="center" height="5">
<tr>
<td></td>
</tr>
</table>
<table width="956" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="270" valign="top">
<table width="270" border="0" cellspacing="0" cellpadding="0" class="table2">
<tr class="td_4">
<td height="29"><font class="td_4a">会员登陆</font></td>
</tr>
<tr>
<td valign="top">
<!--#include file="../Public/MemberSession.asp" -->
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="4">
<tr>
<td></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<form action="../Company/Com_Search_Base.asp" method="post" target="_blank" name="theForm">
<tr>
<td align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table2">
<tr>
<td height="25">
<div align="center">
<select style="width:150px;" id=select2
name=slt_category>
</select>
</div>
</td>
</tr>
<tr>
<td height="25">
<div align="center">
<select style="width:150px;" id=select3
name=slt_subcategory>
</select>
</div>
</td>
</tr>
<tr>
<td height="25">
<div align="center">
<select style="width:150px;" id=slt_workplacearea
name=slt_workplacearea>
</select>
</div>
</td>
</tr>
<tr>
<td height="25">
<div align="center">
<select style="width:150px;" id=select
name=slt_workplacecity>
</select>
</div>
</td>
</tr>
<tr>
<td height="25">
<div align="center">
<select style="width:150px;" name=publishdate>
<option value=1>近一天</option>
<option value=2>近二天</option>
<option value=3>近三天</option>
<option value=7>近一周</option>
<option value=14>近两周</option>
<option value=30>近一月</option>
<option value=60>近两月</option>
<option value=90>近三月</option>
</select>
</div>
</td>
</tr>
<tr>
<td height="25">
<div align="center">
<input name=key style="width:150px;" id=txt_keyword2 size="16" maxlength=50 >
<script language=JavaScript>
var objJobCPSelector, objJobCCSelector, objAreaSelector, objCitySelector
objAreaSelector = new PlaceAssociateList(document.theForm.slt_workplacearea, null, document.theForm.slt_workplacecity, ALOptions);
objAreaSelector.addedOptions = new Array("不限-|工作地区不限");
objAreaSelector.init();
objCitySelector = new PlaceAssociateList(document.theForm.slt_workplacecity, document.theForm.slt_workplacearea, null, CLOptions);
objCitySelector.incPValue = true;
objCitySelector.incPValueFormat = "%PText%-不限"
objCitySelector.addedOptions = new Array("不限-不限|不限");
objCitySelector.init();
objJobCPSelector = new JobCategoryAssociateList(document.theForm.slt_category, null, document.theForm.slt_subcategory, PCLOptions);
objJobCPSelector.addedOptions = new Array("0-|职位类别不限");
objJobCPSelector.init();
objJobCCSelector = new JobCategoryAssociateList(document.theForm.slt_subcategory, document.theForm.slt_category, null, CCLOptions);
objJobCCSelector.incPValue = true;
objJobCCSelector.incPValueFormat = "%PText%-不限"
objJobCCSelector.addedOptions = new Array("0-0|不限");
objJobCCSelector.init();
</script>
</div>
</td>
</tr>
<tr>
<td height="25">
<div align="center">
<input type="submit" name="Submit3" value=" 开 始 搜 索 ">
<input name="keyclass" type="hidden" id="keyclass" value="1">
</div>
</td>
</tr>
</table>
</td>
</tr>
</form>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="4">
<tr>
<td></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="table2">
<tr class="td_4">
<td height="29"><font class="td_4a">评测动态</font></td>
</tr>
<tr>
<td> <%= Cls_News_List(4,8,18) %></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="4">
<tr>
<td></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="table2">
<tr class="td_4">
<td height="29"><font class="td_4a">网站调查</font></td>
</tr>
<tr>
<td>
<%
'****---------投票--------
SQL="SELECT ID,TITLE,VOTETEXT,TYPE FROM pH_Vote WHERE Lock=0"
Set Rs1=Conn.Execute(SQL)
If Not Rs1.Eof And Not Rs1.Bof Then ds4=Rs1.getrows()
Rs1.Close()
for i=0 to ubound(ds4,2)
Response.Write CreateVote(ds4(0,i),ds4(1,i),ds4(2,i),ds4(3,i))
next
%>
</td>
</tr>
</table>
</td>
<td width="5"> </td>
<td valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="table2">
<tr class="td_4">
<td height="29"><font class="td_4a">职位搜索结果</font></td>
</tr>
<tr>
<td>
<table border="0" align="center" cellpadding="2" cellspacing="1" width="670">
<tr align="center">
<td width="190" height="25" bgcolor="eeeeee">虚拟职位</td>
<td width="225" height="25" bgcolor="eeeeee">招聘企业</td>
<td width="45" bgcolor="eeeeee">地点</td>
<td width="40" bgcolor="eeeeee">学历</td>
<td width="24" height="25" bgcolor="eeeeee">人数</td>
<td width="115" height="25" bgcolor="eeeeee">更新日期</td>
</tr>
</table>
<table border="0" align="center" cellpadding="2" cellspacing="1" width="670">
<Form action="" method="post" name="theForm">
<%
For i = 1 to Psize
If Rs.Eof Then Exit For
JobId = Rs("JobId")
Comid = Rs("Comid")
JobName = Rs("JobName")
Work_Area = Rs("Work_Area")
Work_City = Rs("Work_City")
Edus = Rs("Edus")
Deal = Rs("Deal")
LastUpdate_Time = Rs("LastUpdate_Time")
Require = Left(Rs("Require"),100)&"..."
Number1 = Rs("Number")
'//企业名称
Vip = 0
Set Re = Conn.Execute("Select CompanyName,Nc_Vip_Flag From [pH_Company_Base] Where Comid='"&Comid&"'")
If Not Re.Eof Then
CompanyName = Re("CompanyName")
Vip = Re("Nc_Vip_Flag")
End if
Re.Close
'//学历要求
If Edus = 0 Then
Edus_Str = "不限"
Else
Edus_Str = Cls_Edus(Edus)
End if
'//待遇
If Deal = 0 Then
Deal_Str = "面议"
Else
Deal_Str = Deal&"元"
End if
If Number1 = 0 Then Number1 = "若干"
Vip_Str = ""
If Vip = True Then Vip_Str = "<img src=""../Images/Company/Vip.gif"" align=""absmiddle"">"
%>
<tr>
<td width="189" height="25"><a href="../Company/Info/Com_Job.asp?Comid-<%= Comid %>-Param-<%= Jobid %>.html" target="_blank"><b><font color="#ff3300"><%= JobName %></font></b></a></td>
<td width="227" height="25"><%= Vip_Str %><a href="../Company/Info/Com_View.asp?Param-<%= Comid %>.html" target="_blank"><%= CompanyName %></a></td>
<td width="45" align="center"><%= Work_Area&Work_City %></td>
<td width="40" align="center"><%= Edus_Str %></td>
<td width="24" height="25" align="center"><%= Number1 %></td>
<td width="114" height="25"><%= LastUpdate_Time %></td>
</tr>
<input name="ncid" type="hidden" id="ncid" value="<%= JobId %>">
<%
Rs.Movenext
Next
%>
</Form>
</table>
<table width="99%" border="0" align="center" cellpadding="4" cellspacing="0">
<tr>
<td height="25" align="right">共<Font color="#FF0000"><%= RCount %></Font>条 分<Font color="#FF0000"><%= PCount %></Font>页 | 当前第<Font color="#FF0000"><%= PageNo %></Font>页 <%
If PageNo > 1 Then
Response.write "<a href=""?PageNo=1"">首页</a> "
Response.write "<a href=""?PageNo="&PageNo-1&""">上页</a> "
Else
Response.write "首页 "
Response.write "上页 "
End if
%>
<select name="menu2" onChange="MM_jumpMenu('parent',this,0)">
<% For i = 1 to PCount %>
<option value="?PageNo=<%= i %>" <% If i = PageNo Then Response.write "Selected"%>><%=i%></option>
<% Next %>
</select>
<%
If PageNo < PCount Then
Response.write "<a href=""?PageNo="&PageNo+1&""">下页</a> "
Response.write "<a href=""?PageNo="&PCount&""">尾页</a>"
Else
Response.write "下页 "
Response.write "尾页"
End if
%>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<SCRIPT language=javascript>
window.onload = function(){HigheLine("<%= Key %>");}
</SCRIPT>
<!--#include file="../Include/Footer.asp" -->
</body>
</html>
<%
Rs.Close
Set Rs = Nothing
Call CloseDB
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -