| |
| |
|
|
|
<% 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年11月6日 |
|
2005年11月2日公司参观各香港贸易发展局举办的2005香港眼镜展。


2005香港眼镜展会场

会场外公司经理和员工合影

(左)乐多多赵经理(中)乐多多谢经理(右)东海堂金经理

(左)乐多多黄经理(右)东海堂黄经理

随后,参观24小时营业的APM广场
返回 |
<%
rs.close
%> | | | |
|