| |
| |
|
|
|
<% const maxperpage=10
sql="Select * from news order by date desc"
rs.open sql,cn,1,3
rs.pagesize=maxperpage
if trim(request("page"))<>"" then
currentpage=clng(request("page"))
if currentpage>rs.pagecount then
currentpage=rs.pagecount
end if
else
currentpage=1
end if
if rs.eof then
k=p
else
totalput=rs.recordcount
if currentpage<>1 then
if(currentpage-1)*maxperpage
|
2005年9月2日 |
|
|
|
公司墙报主题为“乐多多员工摄影欣赏”
以公司组织各员工出外旅游考察的照片为主题
(直接点击以下墙报各小照片可弹出照片进行欣赏)

编者按

返回
|
<%
rs.close
%> | | | |
|