<% id_tipo = request.querystring("tipo") %> Mazda mx-5 Notizia <% id_notizia = request.querystring("id_notizia") pag = request.querystring("pag") if len(pag)=0 then pag=1 if pag = 1 then sql="update notizie set visite = visite+1 where id_notizia="&id_notizia&" and pagina = "&pag&"" conn.execute(sql) end if %>
<% sql="select * from notizie where id_notizia="&id_notizia&" order by pagina asc" set rs=conn.execute(sql) if not rs.eof then do while not rs.eof giorno_ora = "" if len(""&rs("data"))>0 then giorno_ora = FormatData(rs("data")) & "-"& rs("ora")&":"&right("0"&rs("min"),2) sql="select * from approfondimento where id_notizia="&id_notizia&" and pagina="&rs("pagina")&"" set rsA=conn.execute(sql) if not rsA.eof then link=""&rs("file")&"" else link=rs("file") end if rsA.close set rsA=nothing %> <%if len(""&rs("file"))>1 then%> <%end if%> <% rs.movenext loop %>
<%=giorno_ora %>
<%=ucase(rs("titolo"))%>
<%=rs("sottotitolo")%>
<%=rs("testo")%>
 
<%=link%>
<%=rs("didascalia")%>
Vai a tutte le notizie
<% end if rs.close set rs=nothing conn.close set conn = nothing %>