<% '========================================================================================== '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 %>
 

名 称

地 址
电 话
周口自由人
一峰购物超市旁边西300米
周口钱柜
大闸路中段
0394-8234999
周口滚石娱乐广场
纺织路中段
『关闭窗口』
<% end if rs.close set rs=Nothing conn.close set conn=Nothing %>