» Notícias
<% if request.querystring("cod")="" then 'Se houver registros ele mostrará esta parte if NOT rsNoticias.EOF then 'Repetir as notícias encontradas while NOT rsNoticias.EOF AND intrec<5 %> ','Notícias','scrollbars=yes,width=455,height=580')">
<%=rsNoticias("data")%>
-
<%=replace(rsNoticias("chamada"), chr(13), "
")%>
<% rsNoticias.movenext intrec=intrec+1 wend %> <% 'Caso o Recordset esteja vazio, ele mostrará a parte abaixo else %>
Não existem notícias cadastradas
<% end if %> <%else%><%=rsNoticias("data")%>
<%=rsNoticias("titulo")%>
<%=replace(rsNoticias("conteudo"), chr(13), "
")%>
Fonte: <%=rsNoticias("fonte")%>
Leia também
-
<% while NOT rsOutras.EOF and intrec < 3 %>
- " style="color:#000000; font-size:10px; " target="_self"><%=rsOutras("data")%> - <%=rsOutras("titulo")%> <% rsOutras.movenext intrec=intrec+1 wend %>