<% dim show, keywords, qylb,sortid, country,sf,city dim sql, rslist,msg_per_page, icolor show=Replace_Text(request("show")) keywords=Replace_Text(request("keywords")) qylb=Replace_Text(request("qylb")) sortid=Replace_Text(request("sortid")) country=Replace_Text(request("country1")) sf=Replace_Text(request("province")) city=Replace_Text(request("city")) sql="select * from corporation where (qymc like '%"&keywords&"%' or zycp like '%"&keywords&"%') and cflag=1" if Chkrequest(sortid) then sql = sql & " and sortid="&sortid&"" end if if country > "" then sql = sql & " and country='"&country&"'" end if if (sf > "") and (sf <> "省份") then sql = sql & " and sf='"&sf&"'" end if if (city > "") and (city <> "地级城市") then sql = sql & " and city='"&city&"'" end if if (qylb > "") and (qylb <> "所有经营模式") then sql = sql & " and qylb like '%"&qylb&"%'" end if if show="trust_score" then sql=sql&" order by trust_score desc" else sql=sql&" order by id desc" end if Set rslist= Server.CreateObject("ADODB.Recordset") rslist.open sql,conn,1,1 msg_per_page=20 '定义每页显示记录条数 %> 中国触摸屏网___关键字:<%=keywords%> 搜索结果
中国触摸屏网
首页
触摸屏
一体机
触摸显示器
供求商机
产品展示
厂商资料
资讯中心
触摸软件
触摸论坛
供求首页 | 最新求购信息 | 最新供应信息 | 我的商务助手 | | 帮助信息
   导航:中国触摸屏网 >> 厂商资料 全国触摸屏销售热线:(点击查看)
全国触摸屏经销商 全国触摸屏经销商
·广东广州 ·广东深圳
·福建福州 ·福建厦门
·福建泉州 ·湖南长沙
·江西南昌 ·上 海 市
·江苏南京 ·江苏苏州
·江苏无锡 ·北 京 市
·山东济南 ·山西太原
·重 庆 市 ·四川成都
·云南昆明
·>>> 经销商加入指南
 

  显示方式:| 生产型 | 贸易型 | 服务型 | 政府或其他机构 | 全部类型 |

<% if rslist.eof then response.Write"暂无任何信息!" else %> <%do while not rslist.eof and rowcount > 0%>
<%=rslist("trust_score")%>
> <%if rslist("flag")=1 then%> " target="_blank"><%=rslist("qymc")%> 网上有名 <%else%> " target="_blank"> <%=rslist("qymc")%> <%end if%>
(<%=rslist("qylb")%>) [<%=rslist("sf")%>]
主营产品/服务:<% if not isnull(rslist("zycp")) then response.write (replace(rslist("zycp"),keywords,""&keywords&"")) end if %>
<%=left(rslist("qyjj"),80)%>……
电话:<%=rslist("phone")%> 传真:<%=rslist("fax")%>

<% icolor=icolor+1 if icolor>1 then icolor=0 rowcount=rowcount-1 rslist.movenext loop end if %>
<%=listPages("search.asp?keywords="&keywords&"&sortid="&sortid&"&qylb="&qylb&"&country1="&country&"&province="&sf&"&city="&city&"&show="&show&"")%>
触摸屏及相关厂家
广东洪毅触摸设备
台湾嵩达光电科技
广东深越光电技术
台湾理义科技股份
北京联控兴业科技
台湾宇宙光电股份
3M中国触控系统部
南京华睿川电子科技
捷蔚光电科技上海公司
>> 触摸屏相关厂商加入
加入收藏网站地图友情链接联系我们  |  广告联系全国销售网络
    网站广告、经销商加盟、触摸屏软件销售:028-85108892 13183843395 028-66219290 联系人:张小姐 传真:028-85108892 全国各地经销商如下:
   广 州   020-87599875 深 圳   0755-21949677 福 州   0591-87818596 厦 门   0592-5615268 泉 州   0595-88150378
   湖 南   15863470449 江 西   0791-6283683 上 海   13916222245 南 京   025-83610010 苏 州   0512-65581867
   无 锡   0510-88658230 北 京   010-62631382 山 西   0351-8390152 济 南   13396407999 四 川   028-81934978
   云 南   0871-5109466 重 庆   023-68609756 其 他… 13183843395   >>> 经销商加入指南  
电子邮件: 51touch(A)126.com 请将地址中的"(A)"改成"@",避免垃圾邮件出此下策,望谅
版权所有 Copyright(C)2003-2008 中国触摸屏网 地址:成都市高升桥东路2号高盛中心1109室 电话:028-85108892 13183843395 028-66219290 

在线咨询QQ: 

触摸屏、触摸屏软件、触控一体机咨询 43361182 触摸屏、触摸屏软件、触控一体机咨询 893008608 MSN 帐号:touch8(A)gmail.com 将"(A)"改成"@"即可
<% rslist.close set rslist=nothing conn.close set conn=nothing %>