|
| ||||||||
| ||||||||
| <%set rs = conn.execute("select top 5 bt,bt_b,bt_color,html from news where lbid=29 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%> | ||||||||
|
||
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||