<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_ri_STRING Recordset1.Source = "SELECT * FROM newsData ORDER BY news_time DESC" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 10 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 %> 蚌埠市金洋机床有限责任公司
 
点击交谈或留言: 点击这里给我发消息
        今天是
邮箱快速登陆→帐号: 信箱: 密码:   申请信箱
 产品列表
0 友情链接
0  中国机床工具工业协会
0  中国机床商务网
   蚌埠市金洋机床有限责任公司是生产BV系列家用机床的专业公司,其前身为蚌埠市家用机床厂,成立于1972年,占地3.5万平方米,员工250人,拥有资产1500万,具有年产6000台家用机床的生产能力。公司拥有雄厚的设计和制造能力,检测手段完备,是省“明星企业”、“重合同守信用企业”及“自营进出口企业”。1998年通过IS09002国际质量体系认证,1999年通过欧洲CE认证。
   BV系列家用机床为公司主导产品,远销三十个国家和地区,深得国内外用户的青睐,该系列产品有二十一种规格,结构精巧,样式美观,操作简单,安全可靠,适用于各类金属及非金属零件的车、钻、铣加工,适用于家庭、学校教学及综合实验。
   公司本着开拓进取的原则,开发了新产品——数控车床、铣床,采用SuperMan—100T普及型数控系统,可完成数控编程,程序检验,机床参数设定,快速仿真全加工过程,主要用于各类异型零件的加工。
   公司本着质优价廉,供货及时,服务周到的原则,热忱欢迎国内外新老顾客进行经济技术合作和贸易往来,蚌埠市金洋机床有限责任公司愿与各界朋友真诚合作,共创美好的明天。

   Bengbu Jinyang Machine Tool CO.,LTD.Its former is Bengbu Domestic Machine Tool Factory, built in 1972,which is specializing in the manufacturing of BVseries household machine tools. It possessed 35000m2 area,250 staffs, assets of RMB15,000,00 and the capacity for design and also for production are solid,Q.C.with complete sorts of facilities, production ability within 6000 sets per year.
  
We are awarded famous star enterprise.grade credit enterprise.self-handling i mp.& exp.trade enterprise. Particularly achieving the attestation of ISO9002in 1998 and CE safety authenticate in 1999.   
  The lead product of BV series machine is sold far to more than 30 countries and regions all over the world. Naturally gained honor by customers. The series products composed 21 models. ingeniously construction. artisticstyle, easy operation,relialility and safety. All of the units are suitable process the metal and non-metal in cutting drilling and milling. using exactly in home shops, school teaching and comprehensive experiment.   
   Except BV series machine tools. We also supply with oil press,pulverizer,stir-fry seed pot and others.   
   To adhere principle of opening ,advanced,CNC milling which equipped with superman-100T system and C3H6N6 tableware. The SuperMan-100T system could finish write programs, procedure examination, set-up parameters. rapid copy of complete pressuring mainly to process special parts.C3H6N6 tableware are popular accepted by more and more the catering trade and families, beautiful shape,strong,heat-resisting characteristics. There is a great trend for its taking place traditional tableware.
   We adhere to the principle of reasonable price. Superior quality. timely delivery, good after-sell service.   
   All of friends at home and abroad welcome to our corporation and we co-operate with you and creating glory future in together.


蚌埠市金洋机床有限责任公司   网络实名: 金洋机床
BENGBU JINYANG MACHINE TOOL CO., LTD
销售部电话/TEL: 0552-2815349
电话/TEL:0552-2815213 2815349 2815225  皖ICP备07004932
传真/FAX:0552-2815200            E-mail: bvjy213@126.com
地址:蚌埠市淮河路桥北1500米  网 址: http://www.bvjy.com/ 
ADD:1500 Meters to the North of Huai River Road Bridge, BengBu,AnHui,China
版权所有:安徽蚌埠金洋机床有限责任公司          技术支持:新世纪网络
管 理
<% Recordset1.Close() Set Recordset1 = Nothing %>