codice:
Dim ContaRighe
ContaRighe = 2
While ((ContaRighe <> 0) AND (NOT stream.EOF))
<tr>
<%
While (Repeat2__numRows <> 0)
%>
<td valign="top" class="notizie">
<div align="center"><a href="#" onClick="apripopup7(<%=(stream.Fields.Item("idvideo").Value)%> )">
[img]images/<% =(stream.Fields.Item([/img]" width="100" hspace="10" border="1" align="baseline" />
<%=(stream.Fields.Item("titolo").Value)%></a>
</div>
</td>
<%
Repeat2__index=Repeat2__index+1
Repeat2__numRows=Repeat2__numRows-1
stream.MoveNext()
Wend
%>
</tr>
<%
ContaRighe = ContaRighe -1
stream.MoveNext()
Wend
%>
Prova così, ma oggi sto fuso quindi non garantisco...