<% Righe=0
If Not RSF.EOF Then
If RSF("Foto1_s") <> "" Then Righe = 1
If RSF("Foto4_s") <> "" Then Righe = 2
If RSF("Foto7_s") <> "" Then Righe = 3
If RSF("Foto10_s") <> "" Then Righe = 4
End If
For riga = 1 To Righe%>
<% If (riga = 1) Then%>
','FOTO1','width=300,height=200,top=30,left=60')"
src="../Images/<%=RSF("Foto1_s")%>">
<% End If%>
<% If (riga = 2) Then%>
','FOTO4','width=300,height=200,top=30,left=60')"
src="../Images/<%=RSF("Foto4_s")%>">
<% End If%>
<% If (riga = 3) Then%>
','FOTO7','width=300,height=200,top=30,left=60')"
src="../Images/<%=RSF("Foto7_s")%>">
<% End If%>
<% If (riga = 4) Then%>
">
<% End If%>
|
<% If (riga = 1) AND (RSF("Foto2_s") <> "") Then%>
','FOTO2','width=300,height=200,top=30,left=60')"
src="../Images/<%=RSF("Foto2_s")%>">
<% End If%>
<% If (riga = 2) AND (RSF("Foto5_s") <> "") Then%>
','FOTO5','width=300,height=200,top=30,left=60')"
src="../Images/<%=RSF("Foto5_s")%>">
<% End If%>
<% If (riga = 3) AND (RSF("Foto8_s") <> "") Then%>
','FOTO8','width=300,height=200,top=30,left=60')"
src="../Images/<%=RSF("Foto8_s")%>">
<% End If%>
<% If (riga = 4) AND (RSF("Foto11_s") <> "") Then%>
','FOTO11','width=300,height=200,top=30,left=60')"
src="../Images/<%=RSF("Foto11_s")%>">
<% End If%>
|
<% If (riga = 1) AND (RSF("Foto3_s") <> "") Then%>
','FOTO3','width=300,height=200,top=30,left=60')"
src="../Images/<%=RSF("Foto3_s")%>">
<% End If%>
<% If (riga = 2) AND (RSF("Foto6_s") <> "") Then%>
','FOTO6','width=300,height=200,top=30,left=60')"
src="../Images/<%=RSF("Foto6_s")%>">
<% End If%>
<% If (riga = 3) AND (RSF("Foto9_s") <> "") Then%>
','FOTO9','width=300,height=200,top=30,left=60')"
src="../Images/<%=RSF("Foto9_s")%>">
<% End If%>
<% If (riga = 4) AND (RSF("Foto12_s") <> "") Then%>
','FOTO12','width=300,height=200,top=30,left=60')"
src="../Images/<%=RSF("Foto12_s")%>">
<% End If%>
|
<% Next%>
|