| |
| |
|
|
|
<% 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
| 2008年05月23日 |
|
5月23日,乐多多公司参加广州市越秀区食品商会组织的“心系灾区
爱心无价”捐赠活动,现场捐款场面踊跃。

各企业捐款名单

乐多多公司总经理--谢汉才 先生

乐多多公司总经理--谢汉才 先生

各企业代表合照留影
返回
|
<%
rs.close
%> | | | |
|