<%
conexion
sql ="Select * from prensa where idioma=1 order by titulo desc"
rs.open sql,db,1
contador = 0
while not rs.eof
contador = contador + 1
%>
" alt="" width="290" height="295" border="0" class="borde" /> |
<%=rs.fields("titulo")%>
|
|
<%
if contador = 3 then
response.Write(" ")
contador = 0
end if
rs.movenext
wend
rs.close
cerrar_conexion
%>
|