%
set rs=server.createobject("adodb.recordset")
sqltext="select * from job order by id desc"
rs.open sqltext,conn,1,1
dim MaPerPage
MaPerPage=2
dim text,checkpage
text="0123456789"
Rs.PageSize=MaPerPage
for i=1 to len(request("page"))
checkpage=instr(1,text,mid(request("page"),i,1))
if checkpage=0 then
exit for
end if
next
If checkpage<>0 then
If NOT IsEmpty(request("page")) Then
CurrentPage=Cint(request("page"))
If CurrentPage < 1 Then CurrentPage = 1
If CurrentPage > Rs.PageCount Then CurrentPage = Rs.PageCount
Else
CurrentPage= 1
End If
If not Rs.eof Then Rs.AbsolutePage = CurrentPage end if
Else
CurrentPage=1
End if
call showpages
call list
If Rs.recordcount > MaPerPage then
call showpages
end if%>
| |
印刷产品 |
| <% call ShowSmallClass_Tree() %> |
|
|
|
| |
联系我们 |
张大召 先生 (总经理)
电 话:86 027 85888752/83940916 传 真:86 027 83940916 地 址:中国湖北 武汉市东西湖区金银潭开发区将军4路特1号 http://www.hbxybz.com http://www.whxybz.com http://whxylw.cn.alibaba.com
|
| 在线阿里旺旺: |
 |
| |
 |
|
|
|
|
|
| |
服务保障 |
质量是企业的生命,服务是品牌的保障。
让您放心是我们郑重承诺,我们从服务器硬件、网络设备、网络环境、售后服务、技术支持等各个环节,我们都充分考虑到您的需求,都充分想到了您的关注。我们坚持不懈的狠抓质量,孜孜不倦地追求完美,就是要构筑企业的坚强基石,永远让我们的用户放心!
多名具30年以上经验并曾在海外学习的制版专家和印刷技师,令高精尖的分色、印刷难题也能迎刃而解。
|
|
|
|
|
 |
 |
<%
if not rs.eof then
i=0
do while not rs.eof
%>
| |
招聘对象 |
<%=rs("Duix")%> |
招聘人数 |
<%=rs("Rens")%> |
工作地点 |
<%=rs("did")%> |
工资待遇 |
<%=rs("daiy")%> |
发布时间 |
<%=rs("time")%> |
有效期限 |
<%=rs("Qix")%> |
招聘要求 |
<%=rs("yaoq")%> |
|
|
<%
i=i+1
if i >= MaPerpage then exit do
rs.movenext
loop
end if
%>
|
|
|
|
|
|