📄 search.asp
字号:
set rs=Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
if not rs.eof then
do while not rs.eof%>
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:180px; height:20px"><a onclick="parent.document.<%=fname%>.<%=vname%>.value='<%=professionfid&"*"&rs("profession_id")%>';parent.document.<%=fname%>.<%=tname%>.value='<%=rs("profession_name")%>';parent.document.getElementById('bodyly').style.display='none';parent.document.getElementById('SearchDiv').style.display='none';" style="cursor:pointer">·<%=rs("profession_name")%></a></li>
<%rs.movenext
loop
end if
rs.close
set rs=nothing
end if
%>
<%if Searchtype<>"" and Searchtype=6 then%>
<div class="bl1" style="width:560px; height:auto; overflow:auto; font-size:12px; text-align:left; background-color:#FFFFFF;"><div style="width:550px; overflow:auto;" class="f14b1"><ul style="float:left; width:400px; margin:0; padding:4px 4px 0 20px; text-align:left">请选择行业</ul><ul style="float:left; width:80px; margin:0; padding:4px 20px 0 4px; text-align:right" onClick="unSearchLayer();"><a style="cursor:pointer">[关闭]</a></ul>
</div><ul style="width:540px; margin:10px 0 10px 10px; padding:0;">
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:180px; height:20px"><a onclick="document.<%=fname%>.<%=vname%>.value='';document.<%=fname%>.<%=tname%>.value='不限';unSearchLayer();" style="cursor:pointer">·不限</a></li><%sql="select * from JOB_trade order by date desc"
set rs=Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
if not rs.eof then
do while not rs.eof%>
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:180px; height:20px"><a onclick="document.<%=fname%>.<%=vname%>.value='<%=rs("trade_id")%>';document.<%=fname%>.<%=tname%>.value='<%=rs("trade_name")%>';unSearchLayer();" style="cursor:pointer">·<%=rs("trade_name")%></a></li>
<%
rs.movenext
loop
end if
rs.close
set rs=nothing%></ul></div>
<%end if%>
<%if Searchtype<>"" and Searchtype=7 then%>
<div class="bl1" style="width:560px; height:auto; overflow:auto; font-size:12px; text-align:left; background-color:#FFFFFF;"><div style="width:550px; overflow:auto;" class="f14b1"><ul style="float:left; width:400px; margin:0; padding:4px 4px 0 20px; text-align:left">请选择岗位类别</ul><ul style="float:left; width:80px; margin:0; padding:4px 20px 0 4px; text-align:right" onClick="unSearchLayer();"><a style="cursor:pointer">[关闭]</a></ul>
</div><ul style="width:540px; margin:10px 0 10px 10px; padding:0;"><%sql="select * from JOB_position where position_fid=0 order by date desc"
set rs=Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
if not rs.eof then
do while not rs.eof%>
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:180px; height:20px"><a style="cursor:pointer" onclick="document.getElementById('positiontwo').src='<%=InstallDir%>inc/search.asp?positionfid=<%=rs("position_id")%>&fname=<%=fname%>&vname=<%=vname%>&tname=<%=tname%>&positionname=<%=rs("position_name")%>';">·<%=rs("position_name")%></a></li>
<%
rs.movenext
loop
end if
rs.close
set rs=nothing%>
<span style="float:left; width:100%; font-weight:bold">请选择职位</span>
<iframe id="positiontwo" scrolling="auto" src="" style="width:100%;height:100px;" frameborder=0 ></iframe></ul>
</div>
<%end if%>
<%positionfid=Replace(request.querystring("positionfid"),"'","")
positionname=Replace(request.querystring("positionname"),"'","")
if positionfid<>"" then%>
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:100%; height:20px"><a onclick="parent.document.<%=fname%>.<%=vname%>.value='<%=positionfid%>';parent.document.<%=fname%>.<%=tname%>.value='<%=positionname%>';parent.document.getElementById('bodyly').style.display='none';parent.document.getElementById('SearchDiv').style.display='none';" style="cursor:pointer; font-weight:bold;">·(全部)<%=positionname%></a><font color="#FF0000">(选择此大类,将包括以下所有小类)</font>
</li>
<%
sql="select * from JOB_position where position_fid="&positionfid&" order by date desc"
set rs=Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
if not rs.eof then
do while not rs.eof%>
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:180px; height:20px"><a onclick="parent.document.<%=fname%>.<%=vname%>.value='<%=positionfid&"*"&rs("position_id")%>';parent.document.<%=fname%>.<%=tname%>.value='<%=rs("position_name")%>';parent.document.getElementById('bodyly').style.display='none';parent.document.getElementById('SearchDiv').style.display='none';" style="cursor:pointer">·<%=rs("position_name")%></a></li>
<%rs.movenext
loop
end if
rs.close
set rs=nothing
end if
%>
<%if Searchtype<>"" and Searchtype=8 then%>
<div class="bl1" style="width:560px; height:auto; overflow:auto; font-size:12px; text-align:left; background-color:#FFFFFF;"><div style="width:550px; overflow:auto;" class="f14b1"><ul style="float:left; width:400px; margin:0; padding:4px 4px 0 20px; text-align:left">请选择工作地点</ul><ul style="float:left; width:80px; margin:0; padding:4px 20px 0 4px; text-align:right" onClick="unSearchLayer();"><a style="cursor:pointer">[关闭]</a></ul>
</div><ul style="width:540px; margin:10px 0 10px 10px; padding:0;"><%sql="select * from JOB_provinceandcity where fid=0 order by date desc"
set rs=Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
if not rs.eof then
do while not rs.eof%>
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:180px; height:20px"><a style="cursor:pointer" onclick="document.getElementById('positiontwo').src='<%=InstallDir%>inc/search.asp?provincefid=<%=rs("id")%>&fname=<%=fname%>&vname=<%=vname%>&tname=<%=tname%>&provincename=<%=rs("province_city")%>';">·<%=rs("province_city")%></a></li>
<%
rs.movenext
loop
end if
rs.close
set rs=nothing%>
<span style="float:left; width:100%; font-weight:bold">请选择城市</span>
<iframe id="positiontwo" scrolling="auto" src="" style="width:100%;height:100px;" frameborder=0 ></iframe></ul>
</div>
<%end if%>
<%provincefid=Replace(request.querystring("provincefid"),"'","")
provincename=Replace(request.querystring("provincename"),"'","")
if provincefid<>"" then%>
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:100%; height:20px"><a onclick="parent.document.<%=fname%>.<%=vname%>.value='<%=provincefid%>';parent.document.<%=fname%>.<%=tname%>.value='<%=provincename%>';parent.document.getElementById('bodyly').style.display='none';parent.document.getElementById('SearchDiv').style.display='none';" style="cursor:pointer; font-weight:bold;">·(全部)<%=provincename%></a><font color="#FF0000">(选择此大类,将包括以下所有小类)</font></li>
<%
sql="select * from JOB_provinceandcity where fid="&provincefid&" order by date desc"
set rs=Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
if not rs.eof then
do while not rs.eof%>
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:180px; height:20px"><a onclick="parent.document.<%=fname%>.<%=vname%>.value='<%=provincefid&"*"&rs("id")%>';parent.document.<%=fname%>.<%=tname%>.value='<%=rs("province_city")%>';parent.document.getElementById('bodyly').style.display='none';parent.document.getElementById('SearchDiv').style.display='none';" style="cursor:pointer">·<%=rs("province_city")%></a></li>
<%rs.movenext
loop
end if
rs.close
set rs=nothing
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -