% dim id,rs,rse,exec,rstt,exectt,tt,tt2 id = request.querystring("id") session("zghid")=id if id = "" or not isnumeric(id) then response.write "" response.end end if exec="select * from shop_fl where id="&id set rse=server.createobject("adodb.recordset") rse.open exec,conn,1,1 if rse.eof then rse.close set rse = nothing conn.close set conn = nothing response.write "" response.end end if set rstt=server.createobject("adodb.recordset") exectt="select * from shop_fl where id="&id rstt.open exectt,conn,1,1 if rstt.eof then rstt.close set rstt = nothing conn.close set conn = nothing response.write "" response.end end if tt = rstt("id") tt2 = rstt("sid") %>
") rs.close set rs=nothing rstt.close set rstt=nothing %>