<%@LANGUAGE="VBSCRIPT"%> <% Dim RS_news Dim RS_news_numRows Set RS_news = Server.CreateObject("ADODB.Recordset") RS_news.ActiveConnection = MM_graziani_STRING RS_news.Source = "SELECT * FROM T_news ORDER BY data DESC" RS_news.CursorType = 0 RS_news.CursorLocation = 2 RS_news.LockType = 1 RS_news.Open() RS_news_numRows = 0 %><% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 5 Repeat1__index = 0 RS_news_numRows = RS_news_numRows + Repeat1__numRows %> Ludovico Graziani - Artista
Ludovico Graziani

Benvenuti nel sito ufficiale di Ludovico Graziani.

Potrete scoprire la vita, le opere e molte altre informazioni riguardanti l'artista esplorando i link del sito... Buona navigazione!

<% While ((Repeat1__numRows <> 0) AND (NOT RS_news.EOF)) %>
• <%= DoDateTime((RS_news.Fields.Item("data").Value), 1, 1040) %>
<%=(RS_news.Fields.Item("descrizione").Value)%>
<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 RS_news.MoveNext() Wend %>
<% RS_news.Close() Set RS_news = Nothing %>