|
|
|
<%
if request("id")<>"" then
set rs=server.CreateObject("adodb.recordset")
sql="select * from news where id="&request("id")
rs.open sql,conn,1,1
if not rs.eof then
%>
求购中华白玉蜗牛
详细信息 求购中华白玉蜗牛
联系方式
公 司 名: 胡旭(个体经营) 联 系 人:胡旭 先生 (退休) 电 话: 86 0870 7620372 地 址: 中国 云南 绥江县 中城镇 发布日期: 2008年08月31日 有 效 期: 2009年02月26日 |
<%
end if
rs.close
set rs=nothing
else
response.Write("")
end if%>
|
|