<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_conn_STRING Recordset1.Source = "SELECT * FROM xinwen ORDER BY x_shijian DESC" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 5 Repeat1__index = 0 Recordset1_numRows = Recordset1_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 %> 厦门市安鑫成工贸有限公司---厦门金属、福建金属、福建厦门金属材料、福建厦门铜铝板材,福建厦门有色金属,福建厦门铜板,福建厦门铜带,福建厦门铜管,福建厦门铜棒,福建厦门铜线,福建厦门铜异型材,福建厦门纯铝板,福建厦门合金铝板,福建厦门铝棒,福建厦门铝方,福建厦门铝管,福建厦门工业铝型材、福建厦门弹簧钢、福建厦门热轧钢板及钢带、福建厦门冷轧钢板及钢带、福建厦门中厚板、福建厦门不锈钢带、福建厦门弹簧钢、福建厦门热轧钢板及钢带、福建厦门冷轧钢板及钢带、福建厦门中厚板、福建厦门不锈钢带、福建厦门弹簧钢、福建厦门热轧钢板及钢带、福建厦门冷轧钢板及钢带、福建厦门中厚板、福建厦门不锈钢带
 
 
  管材系列产品
 
  棒材系列产品
 
  带材系列产品
 
  板材系列产品
 
  线材系列产品
 
  异型材系列产品
 
 
 
 
 
 

 

 

    厦门市湖里安鑫成工贸有限公司位于美丽的鹭岛--厦门经济特区。专业从事金属材料服务贸易的企业。销售各种金属规格的管、棒、异型材、弹簧钢、热轧钢板及钢带、冷轧钢板及钢带、中厚板、不锈钢带等。还可根据客户的要求提供特殊规格的产品。公司的服务方式是:竭诚为金属材料的生产厂商和消费用户提供包括代理、代销、分销、代购、加工、物流配送、供应链管理等服务。

    公司成立即以高起点为目标,引进先进的加工设备、拥有优秀的专业人才和管理人才。公司与国内的大型钢铁、有色金属生产企业有着长期稳定的业务关系,并已成为鞍钢、武钢、首钢、宝钢集团五钢公司、长城铝业公司、青铜峡铝厂、铜川铝厂等的代理商,可为消费用户提供品种齐全、资源充足、质量优质的金属材料。

    本司拥有精密全自动分条机多台,拥有专业的分条技术人员,可提供各种金属带材分条,分条的带材在加工时候表面会保持原来细腻、平滑、光亮,无黑斑、划伤、条纹、异物等不良问题。

    本公司有完善的品质制度,以品质求生存,以诚信求发展是我们一贯的宗旨,我们做到“始于客户要求,终于客户满意”,高品质的产品、竟争的价格、卓越的服务、最快的交货期是我们的工作方针,创造更好的商业远景是我们的工作任务。

    厦门市湖里安鑫成工贸有限公司将以“质量第一、信誉第一、顾客第一”的宗旨,以一流的产品、一流的服务立足于市场。我们热诚欢迎各界客户光临指导。    

 
厦门市湖里安鑫成工贸有限公司   版权所有 技术支持:搜易互联 电话:0592-5883233 管理  Copyrights © 2007-2008 All Rights Reserved.闽ICP备07051028号
<% Recordset1.Close() Set Recordset1 = Nothing %>