<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> 详细信息 <% id=cint(request.querystring("id")) if id<>"" then set rs=server.createobject("adodb.recordset") sql="select * from y_order where y_id="&id rs.open sql,conn,1,1%>
详细信息
公司名称 <%=rs("y_company")%> 
联系人 <%=rs("y_name")%> 
联系电话 <%=rs("y_tel")%> 
联系地址 <%=rs("y_address")%> 
传真 <%=rs("y_fax")%> 
邮 政 编 码 <%=rs("y_youbian")%> 
联 系 Email <%=rs("y_email")%> 
公 司 网 址 <%=rs("y_http")%> 
产 品 名 称 <%=rs("y_chanpin")%> 
砂 轮 形 状 <%=rs("y_sum")%> 
订购要求和其他
外径(D) <%=rs("y_other1")%> 
砂轮厚度(T) <%=rs("y_other2")%> 
内孔孔径(H) <%=rs("y_other3")%> 
磨料层宽度(W) <%=rs("y_other4")%> 
磨料层厚度(X) <%=rs("y_other5")%> 
结合剂(树脂,青铜) <%=rs("y_other6")%> 
粒度 <%=rs("y_other7")%> 
浓度(50,75,100) <%=rs("y_other8")%> 
其他要求

<%=rs("y_other")%> 

 

 

 

<%end if rs.close set rs=nothing conn.close set conn=nothing%>