文字广告链接:
<%set rs = conn.execute("select top 500 bt,bt_b,bt_color,html from news where lbid=86 and zt=1 order by id desc")
if not rs.eof then
do while not rs.eof
bt=rs("bt")
If rs("bt_b") <> 0 Then bt = "" & bt & ""
If rs("bt_color") <> "" Then bt = "" & bt & ""
Response.Write(" "&bt&" ")
rs.movenext
loop
end if
rs.close:set rs=nothing%>