<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% Dim rs_news Dim rs_news_cmd Dim rs_news_numRows Set rs_news_cmd = Server.CreateObject ("ADODB.Command") rs_news_cmd.ActiveConnection = MM_max_STRING rs_news_cmd.CommandText = "SELECT = Articolo,Immagine, Notizia, Idnews FROM Notizie_new ORDER BY Idnews desc" rs_news_cmd.Prepared = true Set rs_news = rs_news_cmd.Execute rs_news_numRows = 0 %> <% Dim rs_orario Dim rs_orario_cmd Dim rs_orario_numRows Set rs_orario_cmd = Server.CreateObject ("ADODB.Command") rs_orario_cmd.ActiveConnection = MM_max_STRING rs_orario_cmd.CommandText = "SELECT orariopalestra, orariopista FROM Orari ORDER BY ID" rs_orario_cmd.Prepared = true Set rs_orario = rs_orario_cmd.Execute rs_orario_numRows = 0 %> <% Dim rs_flash Dim rs_flash_cmd Dim rs_flash_numRows Set rs_flash_cmd = Server.CreateObject ("ADODB.Command") rs_flash_cmd.ActiveConnection = MM_max_STRING rs_flash_cmd.CommandText = "SELECT * FROM NotizieBrevi ORDER BY IdNotizia desc" rs_flash_cmd.Prepared = true Set rs_flash = rs_flash_cmd.Execute rs_flash_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rs_orario_numRows = rs_orario_numRows + Repeat1__numRows %> <% Dim Repeat2__numRows Dim Repeat2__index Repeat2__numRows = 2 Repeat2__index = 0 rs_flash_numRows = rs_flash_numRows + Repeat2__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> Documento senza titolo
intestazione
Scuola di Atletica

<%=(rs_news.Fields.Item("Notizia").Value)%>

" alt="" />

<%=(rs_news.Fields.Item("Expr1000").Value)%>

">

 

 

 

Notizie Flash

Scuola di Atletica Leggera 2012 - 2013 tutte le informazioni
dal 3 settembre
Orari

<% While ((Repeat1__numRows <> 0) AND (NOT rs_orario.EOF)) %> <%=(rs_orario.Fields.Item("orariopista").Value)%>

<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rs_orario.MoveNext() Wend %>

<% While ((Repeat2__numRows <> 0) AND (NOT rs_flash.EOF)) %>

<%=(rs_flash.Fields.Item("Brevissima").Value)%>

<% Repeat2__index=Repeat2__index+1 Repeat2__numRows=Repeat2__numRows-1 rs_flash.MoveNext() Wend %>

Calendario gare
Pista di Tarquinia
Invernale regionale
Nazionale
Archivio Notizie
e-mail
info@atleticatarquinia.it
Link

 

Fidal
Comitato Regionale
Fidal Lazio
Comitato Provinciale
Fidal Viterbo
Coni
 
Portale di informazione LEXTRA

<% rs_news.Close() Set rs_news = Nothing %> <% rs_orario.Close() Set rs_orario = Nothing %> <% rs_flash.Close() Set rs_flash = Nothing %>