%
showid=Request.QueryString("id")
if showid<>"" then
set rs=conn.execute("select * from tongzhi where id="&showid&" ")
else
set rs=conn.execute("select top 1 * from tongzhi order by id desc")
end if
if rs.eof and showid<>"" then
Response.Write("
")
Response.End
end if
tbt=rs("tbt")
tsj=rs("tsj")
'response.end
%>
苏州广播电视大学