<% OpenSpecDataBase sub recursion(id,spCount) set rs1=server.createobject("adodb.recordset") sql="select * from productClass where parentid="&id & " order by proID" rs1.open sql,conn,1,1 while not rs1.eof id0=rs1("proId") pName=rs1("proName") parentid0=rs1("parentid") Call ShowSubMenu(id0,pName,spCount+1,rs1("Elite")) call recursion(id0,spCount+1) rs1.movenext wend rs1.close set rs1=nothing end sub %> 科特自控技术有限公司-KETEQ ENVIRONMENT CONTROL TECHNOLOGIES
 
产品设计
制模注塑
零件供应
产品供应
 
 
 
 
 
 
 
   
 
 
[钢铁大全]

 

来自德国的世界钢铁大全,汇集了六万多种钢铁牌号,300多家钢铁企业,可以轻松比对20多个国家的钢铁牌号,包括美、日,德、中、澳、俄等所有国家及标准。继传统的书本形式,现有软件版(CD)的手册问世,查找更轻松、准确。

现诚征各地经销商加盟销售,价格优惠!

以下是德国公司的英文介绍:

Welcome to Stahlschlüssel
since 1951 the publisher of the worldwide unique cross reference manual
Stahlschlüssel (Key to Steel), well-known to everyone dealing with steel.

Available as book or on CD-ROM (material database including search program for Windows) ready to decipher the steels of the world.

The worldwide most competent cross reference database
on CD-ROM. More than 60.000 standards and steel-brands of approx. 300 steelworks and suppliers.

Trilingual:
German / English / French

Key words:
Key to steel; 钢铁牌号对照,钢铁手册

 



 

COPYRIGHT © 2005 KETEQ ENGINEERING TECHNOLOGY PTE LTD

科特工程技术有限公司      版权所有
<% Sub ShowSubMenu(id,newsName,spCount,bElite) %> <%=repeatStr(spCount,"  ")%><%=newsName%> <% end Sub %>