se la mia sezione dove ho l'inseriemnto dei record è questa
DOVE DEVO INSERIRE ILcodice:<table width="600" border="0" cellspacing="5" cellpadding="0"> <tr valign="bottom"> <td align="left" class="titolo1"><%= titolo %></td> <td align="left" class="titolo1"></td> </tr> <tr> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="button"> <tr> <td width="50%" align="left"> <% If MM_offset <> 0 Then %> << Indietro <% End If ' end MM_offset <> 0 %></td> <td width="50%" align="right"> <% If Not MM_atTotal Then %> Avanti >> <% End If ' end Not MM_atTotal %></td> </tr> </table> </td> <td class="button"> </td> </tr> <tr class="testochiaro"> <td align="left" valign="middle"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="bottom"><span class="testochiaro">Foto dalla <span style="font-weight: bold"><%=(austria_first)%></span> alla <span style="font-weight: bold"><%=(austria_last)%></span></span></td> <td align="right" valign="bottom"><span class="testochiaro">Totale foto <span style="font-weight: bold"><%=(austria_total)%></span></span></td> </tr> </table></td> <td align="left" valign="bottom"><span style="font-weight: bold"> </span> </td> </tr> <% While ((Repeat2__numRows <> 0) AND (NOT austria.EOF)) %> <tr> <td align="left" valign="bottom">[img]<%=(austria.Fields.Item([/img]/<%=(austria.Fields.Item("Anno").Value)%>/<%=(austria.Fields.Item("Nome").Value)%>"></td> <td width="100%" align="left" valign="bottom"><%=(austria.Fields.Item("Commento").Value)%></td> </tr> <% Repeat2__index=Repeat2__index+1 Repeat2__numRows=Repeat2__numRows-1 austria.MoveNext() Wend %> <tr> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="button"> <tr> <td width="50%" align="left"> <% If MM_offset <> 0 Then %> << Indietro <% End If ' end MM_offset <> 0 %></td> <td width="50%" align="right"> <% If Not MM_atTotal Then %> Avanti >> <% End If ' end Not MM_atTotal %></td> </tr> </table> </td> <td class="button"> </td> </tr> </table>
codice:response.write austria.Source : response.end

Rispondi quotando