<%=rs("Titulo")%>
<%=rs("Texto")%>
<%if rs("Imagen") <> "" then%><%=rs("Texto2")%>
%@LANGUAGE="VBSCRIPT"%> <% IdNoticia=Request("IdNoticia") if IdNoticia = "" then response.redirect "noticias.asp" strwhere = "select Noticias.* From Noticias Where IdNoticia = " & IdNoticia set CnnRecordset=AbrirConexionMDB_Recordset set rs=server.createObject("adodb.recordset") rs.Open strWhere, CnnRecordset, 1, 1 %>