<tr bgcolor="#D8D8D8">
<td colspan="6" align="center" bgcolor="#FFFFF7"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<form name="sch" method=post action="joblist.asp?act=sch">
<tr>
<td width="18%" height="35" align="center"> 查询职位:</td>
<td width="82%" height="30">状态:
<input type="radio" name="posStates" value="0" checked/> 全部
<input type="radio" name="posStates" value="1" <%if request("posStates")=1 then response.write "checked"%>/> 正在招聘
<input type="radio" name="posStates" value="2" <%if request("posStates")=2 then response.write "checked"%>/> 停止招聘
<input type="radio" name="posStates" value="3" <%if request("posStates")=3 then response.write "checked"%>/> 过期职位
<input type="submit" name="search" value=" 查 询 ">
</td>
</tr>
</form>
</table></td>
</tr>
</table>
<form name="fWorkSite" method=post action="joblist.asp">
<%
set rs=conn.execute("select count(*) as maxnum from worksite where user_id='"&session("company_id")&"'")
%>
<table width="90%" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td align="right" height="30"> 贵公司共发布了[ <span class="red"><%=rs("maxnum")%></span> ]条职位</td> ASP+ACCESS网上招聘网站开发+ER图+用例图(33):http://www.youerw.com/jisuanji/lunwen_2837.html