<% dim id id = request.QueryString("id") if id = "" then response.Write "参数不足" response.end end if dim show show = get_pro(id, conn) if not isArray(show) then response.Write "此产品已不存在" response.end end if %> 深圳江浩电子有限公司官方网站
 
 
 
   ENGLISH
   主页
   关于我们
   联系方式
   网站地图
   查询
  
   联系我们
总机: 0755 - 2715 6855
0755 - 2715 6811
业务: 0755 - 2715 5836
0755 - 2715 5606
传真: 0755 - 2715 5826
email:yzh@jianghao.com.cn
   相关链接
   关于我们
   公司简介
   企业文化
   总裁致辞
   企业荣誉
 
    企业荣誉
 
创新奖

 




 
收藏本文    打印本文
© JiangHao Electron 2008    技术支持:中国传动网    粤ICP备513232号  
<% function get_pro(id, byRef conn) dim sql,rs sql = "select * from rs_pInfo where p_id = " & id set rs = conn.execute(sql) if rs.eof and rs.bof then get_pro = empty else get_pro = rs.getrows() end if end function %>