| |
| |
|
|
|
<% 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
|
2006年4月18日 |
|
公司本期墙报主题为“落实科学发展观 促企业持续发展”
内容:05年感动中国十大人物、公司大事记与工作计划、八荣八耻、广州市和越秀区十一五规划、
编者按等。

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