📄 searchs.asp
字号:
border="0">
<tbody>
<tr>
<td align="center" bgcolor="#FFA55B" height="2"></td>
</tr>
<tr>
<td align="center" bgcolor="#FF7300" height="20"><font color="#ffffff"><b>您已经选择的工作岗位(最多三个)</b></font></td>
</tr>
<tr>
<td bgcolor="#E06500" height="1"></td>
</tr>
<tr>
<td><div style="MARGIN-top:8px;MARGIN-bottom:5px">
<select name="tempposition" size="7" multiple="multiple" id="select2" style="WIDTH: 230px">
</select>
</div></td>
</tr>
</tbody>
</table></td>
</tr>
<tr>
<td colspan="3" align="center"><input name="Submit" type="button" class="inputs" onclick="document.<%=fname%>.<%=vname%>.value=GetItemvalue('tempposition');document.<%=fname%>.<%=tname%>.value=GetItemtext('tempposition');unSearchLayer();" value="确 定" />
<input name="Submit2" type="button" class="inputs" onclick="unSearchLayer();" value="取 消" /></td>
</tr>
</form>
</table>
</div>
<%end if%>
<%if Searchtype<>"" and Searchtype=3 then%>
<div class="bl1" style="width:100%; height:auto; margin:0; padding:0; font-size:12px; text-align:left;"><div style="width:100%; " 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>
<table width="56%" border="0" align="center" cellpadding="0" cellspacing="0">
<form action="" name="form2">
<tbody>
<tr>
<td valign="top" width="227" height="23"><table cellspacing="2" cellpadding="4" width="100%" bgcolor="#dbdbdb" border="0">
<tbody>
<tr>
<td bgcolor="#FFFFFF"><table cellspacing="0" cellpadding="0" width="100%"
border="0">
<tbody>
<tr>
<td align="center" bgcolor="#FFA55B" height="2"></td>
</tr>
<tr>
<td align="center" bgcolor="#FF7300" height="20"><font color="#ffffff"><b>请选择地区</b></font></td>
</tr>
<tr>
<td bgcolor="#E06500" height="1"></td>
</tr>
<tr>
<td align="middle" height="80"><div style="MARGIN-top:8px;MARGIN-bottom:5px">
<select name="province" size="1" id="select3" style="FONT-SIZE: 12px; WIDTH: 230px; FONT-FAMILY: 宋体" onchange="GetCapital(this.options[this.selectedIndex].value)">
<option value="" selected="selected">地区不限</option>
<%set rs=Server.CreateObject("ADODB.Recordset")
sql="select id,province_city from job_provinceandcity where fid=0 order by id"
rs.open sql,conn,1,1
do while not rs.eof
response.write"<OPTION value="&rs("id")&">"&rs("province_city")&"</option>"
rs.movenext
loop
rs.close
%></select><br />
<span id="load100"></span> <span id="ccapital">
<select name="capital" style="FONT-SIZE: 12px; WIDTH: 230px; FONT-FAMILY: 宋体" onchange="GetCity(this.options[this.selectedIndex].value)">
<option value="" selected="selected">不限</option>
</select>
</span>
<br />
<span id="load200"></span> <span id="ccity">
<select name="city" size="5" multiple="multiple" style="FONT-SIZE: 12px; WIDTH: 230px; FONT-FAMILY: 宋体">
<option value="0000">不限</option>
</select>
</span></div></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table></td>
<td width="88" align="center"><input name="Submit5" type="button" class="inputs" value="添加>>" onclick="JavaScript:AddItem('city', 'tempworkadd','province','capital')" />
<br />
<br />
<input name="Submit223" type="button" class="inputs" value="<<删除" onclick="JavaScript:DelItem('tempworkadd')" /></td>
<td valign="top" align="middle" width="242"><table cellspacing="2" cellpadding="4" width="100%"
align="center" bgcolor="#dbdbdb" border="0">
<tbody>
<tr>
<td bgcolor="#FFFFFF"><table cellspacing="0" cellpadding="0" width="100%"
border="0">
<tbody>
<tr>
<td align="center" bgcolor="#FFA55B" height="2"></td>
</tr>
<tr>
<td align="center" bgcolor="#FF7300" height="20"><font color="#ffffff"><b>您已经选择的地区(最多三个)</b></font></td>
</tr>
<tr>
<td bgcolor="#E06500" height="1"></td>
</tr>
<tr>
<td><div style="MARGIN-top:8px;MARGIN-bottom:5px">
<select name="tempworkadd" size="8" multiple="multiple" id="tempworkadd" style="WIDTH: 230px">
</select>
</div></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table></td>
</tr>
<tr>
<td height="33" colspan="3" align="center">
<input name="Submit" type="button" class="inputs" onclick="document.<%=fname%>.<%=vname%>.value=GetItemvalue('tempworkadd');document.<%=fname%>.<%=tname%>.value=GetItemtext('tempworkadd');unSearchLayer();" value="确 定" />
<input name="Submit2" type="button" class="inputs" onclick="unSearchLayer();" value="取 消" /></td>
</tr>
</tbody>
</form>
</table>
</div>
<%end if%>
<%if Searchtype<>"" and Searchtype=4 then%>
<div class="bl1" style="width:100%; height:auto; margin:0; padding:0; font-size:12px; text-align:left;"><div style="width:100%; " 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:100%; 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='1';document.<%=fname%>.<%=tname%>.value='近一天';unSearchLayer();" style="cursor:pointer">·近一天</a></li>
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:180px; height:20px"><a onclick="document.<%=fname%>.<%=vname%>.value='2';document.<%=fname%>.<%=tname%>.value='近两天';unSearchLayer();" style="cursor:pointer">·近两天</a></li>
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:180px; height:20px"><a onclick="document.<%=fname%>.<%=vname%>.value='3';document.<%=fname%>.<%=tname%>.value='近三天';unSearchLayer();" style="cursor:pointer">·近三天</a></li>
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:180px; height:20px"><a onclick="document.<%=fname%>.<%=vname%>.value='7';document.<%=fname%>.<%=tname%>.value='近一周';unSearchLayer();" style="cursor:pointer">·近一周</a></li>
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:180px; height:20px"><a onclick="document.<%=fname%>.<%=vname%>.value='14';document.<%=fname%>.<%=tname%>.value='近两周';unSearchLayer();" style="cursor:pointer">·近两周</a></li>
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:180px; height:20px"><a onclick="document.<%=fname%>.<%=vname%>.value='30';document.<%=fname%>.<%=tname%>.value='近一月';unSearchLayer();" style="cursor:pointer">·近一月</a></li>
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:180px; height:20px"><a onclick="document.<%=fname%>.<%=vname%>.value='42';document.<%=fname%>.<%=tname%>.value='近六周';unSearchLayer();" style="cursor:pointer">·近六周</a></li>
<li onmouseover="this.style.background='#F1F8FC'" onmouseout="this.style.background=''" style=" float:left; width:180px; height:20px"><a onclick="document.<%=fname%>.<%=vname%>.value='60';document.<%=fname%>.<%=tname%>.value='近两月';unSearchLayer();" style="cursor:pointer">·近两月</a></li>
</ul></div>
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -