Prova così:
Cambia qualcosa?codice:<%if err=0 then Cella = 1 While Not RecordsetLineeDiCatalogo.EOF ID = RecordsetLineeDiCatalogo("ID") Denominazione = RecordsetLineeDiCatalogo("Denominazione") Informazioni = RecordsetLineeDiCatalogo("Informazioni") NumeroArticoli = RecordsetLineeDiCatalogo("NumeroArticoli") If Cella = 1 Then Response.Write("<tr>" & vbcrlf) end if Response.Write("<TD><font size='1'>" & vbcrlf) if NumeroArticoli > 0 then Response.write("<A HREF='elenco_articoli.asp?idlineadicatalogo=" & ID & "'>" & vbcrlf) end if Response.Write("" & Denominazione & "" & vbcrlf) if NumeroArticoli > 0 then Response.write("</A>" & vbcrlf) end if Response.write(" " & vbcrlf) Response.write(Informazioni & "</font> <hr>" & vbcrlf) Response.write("</TD>" & vbcrlf) Cella = Cella + 1 If Cella = 4 Then Response.Write "</tr> & vbcrlf" Cella = 1 end if RecordsetLineeDiCatalogo.MoveNext Wend end if %>

Rispondi quotando

aginazione.submit()">