<%@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 %> 北京通州物流基地欢迎您!




 
一、区位优势
《北京城市总体规划2004-2020年》确立“两轴”“两带”“多中心”的北京城市发展空间新格局,从战略性的长远发展着眼,明确城市和产业发展的方向是向东和向南,重点发展的是“东部发展带”。基地所在的通州区是东部发展带上的未来重点发展的新城,紧邻亦庄也是东部发展带上未来重点发展的新城。基地是北京东部发展带上的两大新城的配套区,基地的建设能够进一步增强北京作为京津冀地区核心城市的综合辐射带动能力,是环渤海地区的经济合作与协调发展的战略选择。
二、交通优势
基地不仅具有得天独厚的区位优势,更具备了物畅其流的区位交通条件,可谓占尽了“天时、地利”。基地位于北京东南黄金通道(京津塘高速公路)上,距市中心15.5公里,距首都国际机场30公里,距天津塘沽新港120公里,京津塘高速公路与北京城市六环路在此交汇,并与京沈、京哈、京开、京石等11条高速公路相连,是北京海、陆、空多式联运的最佳结合点,拥有作为物流枢纽所应具备陆海空一体、国际国内便捷联系的区域交通网络
版权所有:北京通州物流基地管理委员会|北京金马驹开发建设有限公司
|策划|制作|维护|
2005年1月30日

 

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