Revista Leer
<%
'On Error Resume Next
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("revistaleer.mdb")
Set REVISTA = Conn.Execute("SELECT * FROM datosrevista" )
%>
Obtenga
en su casilla de
e-mail las novedades de Revista Leer
<%
Set RS = Conn.Execute("SELECT * FROM paginaprincipal WHERE mostrar ORDER BY orden" )
Do While Not RS.EOF
%>
<% if RS("titulo")&"x" <> "x" then %>
<%= RS("titulo") %>
<% end if %>
<% if RS("subtitulo1")&"x" <> "x" then %>
<%= RS("subtitulo1") %>
<% end if %>
<% if RS("subtitulo2")&"x" <> "x" then %>
<%= RS("subtitulo2") %>
<% end if %>
<% if RS("foto")&"x" <> "x" then %>