Notizie e Novità
<% ' IMPOSTO A 0 IL CONTATORE contatore = 0 ' APRO IL RECORDSET rs.Open "SELECT * FROM contenuti WHERE codtipol = 'inglese5' and visibile = 'si' ORDER BY posizione", cn, 1 ' ESEGUO IL CICLO While rs.EOF = False ' IMPOSTO LA PAGINAZIONE A 3 COLONNE ED N RIGHE ' IN FUNZIONE DEL NUMERO DI RECORD PRESENTI NEL DB If contatore = 3 Then contatore = 0 Response.Write "<%=rs("titolo")%>
<%=rs("descrizione_dett")%>
<% rs.MoveNext ' INCREMENTO IL VALORE DEL CONTATORE contatore = contatore + 1 Wend rs.Close %>
<%
' IMPOSTO A 0 IL CONTATORE
contatore = 0
' APRO IL RECORDSET
rs.Open "SELECT * FROM contenuti WHERE codtipol = 'inglese7' and visibile = 'si' ORDER BY posizione", cn, 1
' ESEGUO IL CICLO
While rs.EOF = False
' IMPOSTO LA PAGINAZIONE A 3 COLONNE ED N RIGHE
' IN FUNZIONE DEL NUMERO DI RECORD PRESENTI NEL DB
If contatore = 3 Then
contatore = 0
Response.Write "
<%=rs("titolo")%>
<% rs.MoveNext ' INCREMENTO IL VALORE DEL CONTATORE contatore = contatore + 1 Wend rs.Close %><%=rs("descrizione_dett")%>