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




 
联系方式:
部门
办公电话
传真
邮件
规划建设部
010-60592255
010-60592288
招商部
010-60591166
010-60592288
企管部
010-60593388
010-60592288
物业部
01060591899
010-60592288
财务部
010-60593355
010-60592288
      
综合办公室
010-60592828
010-60592288
投资咨询
8610-60591166
通信地址
北京市通州区马驹桥镇北京通州物流基地
邮编
101102
值班电话
010-60503794(夜间)
交通路线(公交)
927(北京西客站-马驹桥);723(前门-马驹桥);小11路(翠微大厦-马驹桥);12路(通州东关-马驹桥)
交通路线(驾车)
三环分钟寺立交桥上京津塘高速到马驹桥出口,按交通指示即可;六环路马驹桥东站出口按交通指示即可。
交通路线示意图[图示]
版权所有:北京通州物流基地管理委员会|北京金马驹开发建设有限公司
|策划|制作|维护|
2005年1月30日

 

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