<%
dim i,intPage,page,pre,last,filepath
set rsp = server.createobject("adodb.recordset")
productsSQL= "select * from News where TreeID like '%28%' and Putout=true order by id desc"
'rsp.open productsSQL,conn,1,1
rsp.PageSize = 17 '这里设定每页显示的记录数
rsp.CursorLocation = 3
rsp.Open productsSQL,conn,0,2,1
pre = true
last = true
page = trim(Request.QueryString("page"))
if len(page) = 0 then
intpage = 1
pre = false
else
if cint(page) =< 1 then
intpage = 1
pre = false
else
if cint(page)>=rsp.PageCount then
intpage = rsp.PageCount
last = false
else
intpage = cint(page)
end if
end if
end if
if not rsp.eof then
rsp.AbsolutePage = intpage
end if
%>
<%
if rsp.bof then Response.write"
您还没有添加新闻内容!
"
%>
<%
for i=1 to rsp.PageSize
if rsp.EOF or rsp.BOF then exit for
%>
 |
Beijing Mobile
The ninth to the twelfth projects of GSM new-establishment and expansion (NOKIA)
|
|
|
 |
Henan Mobile
The sixth to the twelfth projects of GSM new-establishment and expansion (NOKIA)
|
|
|
 |
Zhejiang Mobile
The sixth to the twelfth projects of GSM new-establishment and expansion (NOKIA)
|
|
|
 |
Yunnan Mobile
The sixth to the twelfth projects of GSM new-establishment and expansion (NOKIA)
|
|
|
 |
Jiangxi Mobile
The sixth to the twelfth projects of GSM new-establishment and expansion (NOKIA)
|
|
|
 |
Hunan, Hebei, Neimeng, Liaoning, Anhui, Zhejiang and Gansu Unicom
The sixth to the twelfth projects of GSM new-establishment and expansion (NOKIA)
|
|
|
 |
Beijing Unicom
CDMA project (SAMSUNG/BELL) |
|
|
 |
Shangrao of Jiangxi
Design and implement of local telephone circuit expansion project
|
|
|
 |
Ganzhou of Jiangxi
Design and implement of optical fiber connection
|
|
|
 |
Putian and Changle of Fujian, Ningbo of Zhejiang, Heze and Weifang of Shandong, Baoding of Hebei
Design and implement of optical fiber connection of Unicom users
|
|
|
 |
China Mobile
WCDMA experimental network (NOKIA)
|
|
|
 |
Heilongjiang Mobile: Haerbin and Daqing
WCDMA experimental network (NOKIA)
|
|
|
 |
Shandong Mobile: Jinan and Weifang
WCDMA experimental network (NOKIA)
|
|
|
 |
Henan Mobile: Zhengzhou
WCDMA experimental network (NOKIA)
|
|
|
 |
Shanxi Mobile: Taiyuan and Changzhi
WCDMA experimental network (NOKIA)
|
|
|
 |
Guangxi Telecom: Nanning
CDMA experimental network (NEC)
|
|
|
 |
Guangdong Telecom: Shenzhen
CDMA experimental network (NEC) |
|
|