| |
| |
|
|
|
<% 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
|
2011年5月5日 |
|
广州市乐多多实业有限公司连续十年获
“广东省守合同重信用企业”称号
公司以诚为本,实行规范化的经营管理模式。
从二00一年至今连续十年,
广州市乐多多实业有限公司被广州市工商行政管理局
评为
“广东省守合同重信用企业”荣誉称号,
并颁发了公示证书。


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