.
  login:
 
 

senha:

 
<% ID_Noticia = Request.QueryString("id_not") If IsNumeric(ID_Noticia) Then %> <% sql_lista_noticia = "SELECT * FROM Noticias WHERE ID_Noticia = " & ID_Noticia & ";" Set str_lista_noticia = Server.CreateObject("ADODB.RecordSet") str_lista_noticia.Open sql_lista_noticia, Conn If NOT str_lista_noticia.EOF Then %> <% If str_lista_noticia("Fonte") <> "" Then %> <% End If %> <% Else %> <% End If Else %> <% End If str_lista_noticia.Close Set str_lista_noticia = Nothing Conn.Close Set Conn = Nothing %>
Notícias
 

<%= str_lista_noticia("Data_Horario") %>
<%= str_lista_noticia("Titulo") %>
 
<%= str_lista_noticia("Texto") %>

Fonte: <%= str_lista_noticia("Fonte") %>
Nenhuma notícia encontrada
Nenhuma notícia encontrada
 by: on-air
© 2003 Instituto Genesis - All rights reserved.