%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% SQLRS = "select * from links order by nome;" SET rs = conexao.execute(sqlrs) %>
| <% if not rs.eof then %>
<% while not rs.eof%>
<%if len(rs("nome")) > 0 then%>
<%=rs("nome")%>
<%end if%>
<%if len(rs("link")) > 0 then%> " class="noticia_home" target="_blank">http://<%=rs("link")%> <%end if%> <% rs.movenext %> <% wend %> <% end if %> |
||