📄 com_allsearch.asp
字号:
<!--#include file="../Include/Class_Conn.asp" -->
<!--#include file="../Include/Class_Main.asp" -->
<!--#include file="../Public/Company_Cookies.asp" -->
<%
Dim Comid,Username,Tmp
Dim Cmd,Rs,Action
Dim Ncid,CompanyName
'//获取会员登陆的标记
Username = Session("Company")(0)
Comid = Session("Company")(2)
'//调用存储过程
Set Cmd = Server.CreateObject("ADODB.Command")
Cmd.ActiveConnection = Conn
Cmd.CommandText = "Com_Dept"
Cmd.CommandType = 4
Cmd.Parameters.Append Cmd.CreateParameter("@Comid",200,1,30)
Cmd.Parameters("@Comid") = Comid
Set Rs = Cmd.Execute
If Rs.Eof Then
Rs.Close
Set Cmd = Nothing
CloseDB
Response.write "没有找到会员资料!"
Response.End()
End if
Tmp = Rs.GetRows() '//将数据填充到数组
'//0企业名称
'//如 Tmp(0,0) 表示企业名称
'//关闭记录集对象
Rs.Close
Set Cmd = Nothing
'//功能代码
CompanyName = Tmp(0,0)
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<SCRIPT language=JavaScript src="../js/Company_Searcher.js"></SCRIPT>
<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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../Css/Style.css" type=text/css rel=stylesheet>
<title><%= Cls_WebName %> -- 企业会员管理中心 -- 详细搜索</title>
</head>
<body>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td>
<!--#include file="../Include/Header.asp" -->
</td>
</tr>
</table>
<table width="956" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td><table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="4"></td>
</tr>
<tr>
<td height="1" bgcolor="#eeeeee"></td>
</tr>
</table>
<table width="956" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="175">
<!--#include file="../Public/Company_Left.asp" -->
</td>
<td width="5"> </td>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25"><img src="../Images/icon.gif" width="11" height="11" align="absmiddle">
<%= CompanyName %> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<form action="Com_Search_All.asp" method="post" name="theForm" target="_blank">
<tr>
<td><table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="eeeeee">
<tr>
<td bgcolor="#FFFFFF"><table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="2"></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="eeeeee">
<tr>
<td height="25" bgcolor="f5f5f5"><b><font color="#000000"> 详细搜索</font></b></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1">
<tr>
<td width="20%" height="25" align="right" bgcolor="f9f9f9">求职者技能:</td>
<td height="25" bgcolor="f9f9f9"><input name="skill" type="text" id="skill" size="25" maxlength="25" style="width:180px;"></td>
</tr>
<tr>
<td width="20%" height="25" align="right" bgcolor="f9f9f9"><STRONG><FONT
color=#ff6600>*</FONT></STRONG> 意向职位类别:</td>
<td height="25" bgcolor="f9f9f9"><select style="width:180px;" id=select name=slt_category>
</select>
<br>
<select style="width:180px;" id=select2 name=slt_subcategory>
</select></td>
</tr>
<tr>
<td width="20%" height="25" align="right"><STRONG><FONT
color=#ff6600>*</FONT></STRONG> 意向工作地区:</td>
<td height="25"><select style="width:180px" name=slt_workplacearea>
</select>
<br>
<select name=slt_workplacecity size="1" style="width:180px">
</select></td>
</tr>
<tr>
<td width="20%" height="25" align="right" bgcolor="f9f9f9">户口所在地:</td>
<td height="25" bgcolor="f9f9f9"><!--#include file="../Include/Class_Door3.asp" --></td>
</tr>
<tr>
<td width="20%" height="25" align="right" bgcolor="f9f9f9">现所在地区:</td>
<td height="25" bgcolor="f9f9f9"><!--#include file="../Include/Class_Locus3.asp" --></td>
</tr>
<tr>
<td width="20%" height="25" align="right" bgcolor="f9f9f9">简历更新:</td>
<td height="25" bgcolor="f9f9f9"> <select style="width:70px;" name=publishdate>
<option value=0 selected>日期不限</option>
<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></td>
</tr>
<tr>
<td width="20%" height="25" align="right">学 历:</td>
<td height="25"> <select name="edus" id="edus" style="width:70px;">
<option value="0" selected>-不限-</option>
<option value="10">小学</option>
<option value="20">初中</option>
<option value="30">高中</option>
<option value="40">中专</option>
<option value="50">专科</option>
<option value="60">本科</option>
<option value="70">硕士</option>
<option value="80">博士</option>
<option value="90">博士后</option>
</select> </td>
</tr>
<tr>
<td width="20%" height="25" align="right" bgcolor="f9f9f9">工作经验:</td>
<td height="25" bgcolor="f9f9f9"><select name="works" id="works" style="width:70px;">
<option value="0" selected>-不限-</option>
<option value="1">一年以上</option>
<option value="2">二年以上</option>
<option value="3">三年以上</option>
<option value="4">四年以上</option>
<option value="5">五年以上</option>
<option value="10">十年以上</option>
<option value="20">二十年以上</option>
<option value="30">三十年以上</option>
<option value="50">退休人员</option>
</select></td>
</tr>
<tr>
<td width="20%" height="25" align="right">性 别:</td>
<td height="25"><select name="sex" size="1" style="width:70px;">
<option selected value="2">-不限-</option>
<option value="1">男</option>
<option value="0">女</option>
</select></td>
</tr>
<tr>
<td width="20%" height="25" align="right" bgcolor="f9f9f9">年
龄:</td>
<td height="25" bgcolor="f9f9f9"><select name="min_age" size="1" id="min_age" style="width:70px;">
<option selected value="0">-不限-</option>
<%
For i=18 to 60
Response.write "<option value="&i&">"&i&"</option>"
Next
%>
</select>
至
<select name="max_age" size="1" id="max_age" style="width:70px;">
<option selected value="0">-不限-</option>
<%
For i=18 to 60
Response.write "<option value="&i&">"&i&"</option>"
Next
%>
</select></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><hr size="1" color="#cccccc"></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td width="18%" height="25" align="right">是否保存:</td>
<td><input name="save" type="checkbox" id="save" value="1">
同时将搜索条件保存到搜索器</td>
</tr>
<tr>
<td width="18%" height="25" align="right" bgcolor="f9f9f9">搜索器名称:</td>
<td bgcolor="f9f9f9"><input name="name" type="text" id="name" size="25" maxlength="25" style="width:180px;"></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="2"></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="40" align="center"><input type="submit" name="Submit" value="开始搜索" style="height:30px;" >
<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> </td>
</tr>
</form>
</table>
</td>
</tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="1" bgcolor="#eeeeee"></td>
</tr>
</table>
<!--#include file="../Include/Footer.asp" -->
</td>
</tr>
</table>
</body>
</html>
<%
'//关闭数据库连接
CloseDB
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -