<% SQL = "Select * from jobclass where id=1" Call Rs_Open(Rs,SQL,Conn,1,1) titles=rs("titles") descriptions=rs("descriptions") keywordss=rs("keywordss") Call Rs_end(Rs) %> <%=titles%>
当前位置: > 首页 > 关于我们 > 加入我们

加入我们

<% SQL = "Select * from job where classname=1 order by addtime desc" Call Rs_Open(Rs,SQL,Conn,1,1) If Rs.eof or Rs.bof then response.write "暂无职位!" Else Call Page_code(12) For i=1 to rs.pagesize If rs.eof then exit for %> <% Rs.movenext Next End if %>
编号   职位 工作地点 发布时间
<%=rs("bianhao")%> "><%=Rs("Title")%> <%=rs("add")%> <%=rs("addtime")%>
<% Call Splitpage(Rs.Recordcount,Rs.Pagesize,5,1) %>
<%Call Rs_end(Rs)%>