<%@LANGUAGE="VBSCRIPT"%> <%@LANGUAGE="VBSCRIPT"%> <% Dim chn Dim chn_numRows Set chn = Server.CreateObject("ADODB.Recordset") chn.ActiveConnection = MM_news_STRING chn.Source = "SELECT * FROM tbNews ORDER BY ID DESC" chn.CursorType = 0 chn.CursorLocation = 2 chn.LockType = 1 chn.Open() chn_numRows = 0 %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> 北京通州物流基地欢迎您!



 
基地规划
北京通州物流基地土地使用规划
北京市物流发展规划(2002-2010)
亦庄卫星城总体规划
区位交通
北京通州物流基地区位交通示意图(京津地区)
北京通州物流基地区位交通示意图(北京地区)
北京通州物流基地交通路线示意图(马驹桥地区)
项目办理
北京通州物流基地项目办理流程
北京通州物流基地项目办理附录文件
宣传材料
宣传画册(电子图书)
多媒体演示文稿(PPT)
[下载演示]
多媒体演示(VCD)
[下载播放]
版权所有:北京通州物流基地管理委员会|北京金马驹开发建设有限公司
|策划|制作|维护|
2005年1月30日

 

<% chn.Close() Set chn = Nothing %>