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



 
整合方针
依据GB/T19001-2000idt ISO9001:2000标准 GB/T24001-1996idt ISO14001:1996标准 GB/T28001-2001标准
共同合作,互惠互利,超前服务,顾客满意
珍爱生命,安全第一,自保他保,祥和基地
避免污染,依法治理,美化环境,后代受益
预防为主,全员参与,实施承诺,持续改进
方针内涵
A.以顾客为关注焦点,满足顾客要求并争取超越顾客期望,具有超前服务意识,想顾客之所想,供顾客之所需,超顾客之所望,顾客至上的服务宗旨贯穿整个服务过程;
B.以员工和相关方为关注焦点,提供良好工作环境及必要工作条件,严格遵守职业健康安全方面法律法规,安全为主,公共区域配备安全设施设备,危险区域设置明显标识,建立健全安全管理规定及应急响应预案;
C.严格遵守环境方面法律法规,严格控制污染物排放,避免环境污染情况发生,依法治理破坏环境的行为,绿化美化工作环境,不断改善环境条件,为后代子孙创造良好的环境条件。
D.全体员工积极参与,确保完成公司质量、环境、职业健康安全各项目标、指标;不断提高质量、环保、安全意识,坚持预防措施为主,纠正措施为辅;逐步完善公司整合管理体系,使之平稳、有效运行。
版权所有:北京通州物流基地管理委员会|北京金马驹开发建设有限公司
|策划|制作|维护|
2005年1月30日

 

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