| |
| |
|
|
|
<% 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
|
2010年02月05日 |
|
乐多多公司于2010年02月03日召开
《广州市乐多多实业有限公司股东代表大会第四届
董事会、监事会、工会代表选举》









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