<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% if(Request.Querystring("news_id") <> "") then Command1__MMid = Request.Querystring("news_id") %> <% Dim zxdtxx__MMColParam zxdtxx__MMColParam = "1" If (Request.QueryString("news_id") <> "") Then zxdtxx__MMColParam = Request.QueryString("news_id") End If %> <% Dim zxdtxx Dim zxdtxx_numRows Set zxdtxx = Server.CreateObject("ADODB.Recordset") zxdtxx.ActiveConnection = MM_conn_STRING zxdtxx.Source = "SELECT * FROM news WHERE news_id = " + Replace(zxdtxx__MMColParam, "'", "''") + "" zxdtxx.CursorType = 0 zxdtxx.CursorLocation = 2 zxdtxx.LockType = 1 zxdtxx.Open() zxdtxx_numRows = 0 %> <% set Command1 = Server.CreateObject("ADODB.Command") Command1.ActiveConnection = MM_conn_STRING Command1.CommandText = "UPDATE news SET news_djs=news_djs+1 WHERE news_id=" + Replace(Command1__MMid, "'", "''") + "" Command1.CommandType = 1 Command1.CommandTimeout = 0 Command1.Prepared = true %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 6 Repeat1__index = 0 news_numRows = news_numRows + Repeat1__numRows %> <% 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 %> <% '请勿改动下面这三行代码 ShowSmallClassType=ShowSmallClassType_Default MaxPerPage=MaxPerPage_Default strFileName="Product.asp?BigClassName=" & BigClassName & "&SmallClassName=" & SmallClassName %> 河南威龙空分设备有限公司
 
 ※ 中文版
 ※ ENGLISH
  HEADCOMPANYTECHNECALQUALITYACHIEVEMENTMANUAFCTURINGPRODUCTSCONTACT US
 
  The air separa non plants designed and manufactured by Weilong have been formed into several series such as.air separation,high purity nitrogen,PSA and all-liquid products series with the capacities of 1000NM3/h,1500NM3/h,
3800Nm3/h,4500NM3/h,6000NM3/h, 10000NM3/h, 15000NM3/h,20000NM3/h.
  Weilong designs and munufactures V8rious single and double centrifugal air compressors, piston-type oxygen and nitrogen compressors,turbo-expanders.
  Weilong also designs and munufactures various pressure vessels. heat exchangers. multi-stream woundtube heat exchangers,vacuum liquid storage tanks and large-size flat bottom tanks completed for the air separation plants.

HP Wound-tube Heel Exchanger

PSA Oxygen and Nitrogen Generator

High purity Nitrogen plant

Turbo-expander
 
 
 
版权所有:河南省威龙空分设备有限公司  中国空分网 制作维护  Http://www.hnwlsa.com
网站备案号:
豫ICP备05000938号
<% zxdtxx.Close() Set zxdtxx = Nothing %>