<% '========================================================================================== 'Company:Kwindsoft 'Product:K-YellowPage Engine Version 3.0 'Homepage:http://www.kwindsoft.com/ 'Copyright(c) 2006 kwindsoft.com All Rights Reserved '========================================================================================== dim rs dim id id=Request.QueryString("id") if isnumeric(id)=0 or id="" then conn.close set conn=Nothing response.write "非法ID参数" response.end end if set rs=server.createobject("adodb.recordset") rs.open "select * from company where id="&id,conn,1,1 if rs.eof and rs.bof then rs.close set rs=nothing conn.close set conn=nothing response.write "" response.end else %>

购 物 超 市

 

名 称

地 址
电 话
周口人民商场 周口市七一路中段 0394-8279357转80
周口百货楼 中州路中段 0394-8224780
周口大明眼镜公司 七一路中段广场对面 0394-8229818
周口宝视达眼镜 七一路广场对面 0394-8211799
周口亨得利眼镜 七一路广场对面 0394-8272131
河南万果园商贸有限公司 五一路北段 0394-8236876
周口七百量贩 七一路中段 0394-8223194
周口亚威量贩 七一路中段 0394-8223359
周口一峰广场 中州路中段 0394-8218588
周口万顺达百货 七一路万顺达百货 0394-8226909
周口田园量贩 大庆路中段 8228223 8235835
周口万家福鞋业量贩 五一路北段 0394-8230449
周口世纪龙购物广场 七一路东段 0394-8387775
华富超市 七一路东段14号 0394-8224040
海天摩托车公司 交通路与周商路交叉口路东 0394-8399810 
周口朝阳摩托车公司 中州路中段 0394-8210080
『关闭窗口』
<% end if rs.close set rs=Nothing conn.close set conn=Nothing %>