<%@LANGUAGE="VBSCRIPT"%> <% Set rsNews = Server.CreateObject("ADODB.Recordset") rsNews.ActiveConnection = conn rsNews.Source = "SELECT * FROM news WHERE slanguage = 'italiano' AND iactive LIKE '1' ORDER BY ddate DESC" rsNews.Open() %> Fattoria l'Amorosa | Novità ed offerte speciali
Dal 1 aprile al 31 ottobre, il
ristorante è aperto tutti i giorni.
Dal 1 Novembre al 31 marzo il
ristorante rimane chiuso la dom
sera e lunedì tutto il giorno.

  

 
<% If Not rsNews.EOF Or Not rsNews.BOF Then While NOT rsNews.EOF response.write ""&(rsNews.Fields.Item("stitle").Value)&""%>
<%=Left((rsNews.Fields.Item("sdescription").Value), 70)%>... [dettaglio]

<% rsNews.MoveNext() Wend End If %>
 
Vini & distillati Delea
Fattoria l'Amorosa Agriturismo <% rsNews.Close() Set rsNews = Nothing %>