|
 |
|
|
 |
|
 |
|
<%
strSQL99="select top 5 * from Link where Li_Show=true order by Li_Id Desc"
set oRs99 = ActiveConnection.execute(strSQL99)
do while not oRs99.eof
b99 = b99 +1
if oRs99("Li_Body")="" or oRs99("Li_Body")="/" then
%>
<%
end if
oRs99.movenext
loop
oRs99.close
set oRs99 = nothing
if b99=0 then
response.write ""
end if
%>
|
|
|
|
|
|
|