MM_devi MM_fare MM_in MM_questo MM_modo (MM_esempio):
codice:<% ciclo = 1 While ((Repeat1__numRows <> 0) AND (NOT scheda_tech.EOF)) %> <table width="650" border="0" cellpadding="0" cellspacing="0"> <tr><td colspan="4" height="15"></td></tr> <tr><td width="50"></td> <% if ciclo mod 2 > 0 then %> <td width="150" valign="middle">[img]imgfile.asp?ID=<%=(scheda_tech.Fields.Item([/img]" width="150" height="195"></td> <td width="50"></td> <td width="400" class="testi1" valign="middle">Titolo : <%=(scheda_tech.Fields.Item("titolo").Value)%> Descrizione : <font class="testipic"><%=(scheda_tech.Fields.Item("descrizione").Value)%></font> </td> <% else >% <td width="400" class="testi1" valign="middle">Titolo : <%=(scheda_tech.Fields.Item("titolo").Value)%> Descrizione : <font class="testipic"><%=(scheda_tech.Fields.Item("descrizione").Value)%></font> </td> <td width="150" valign="middle">[img]imgfile.asp?ID=<%=(scheda_tech.Fields.Item([/img]" width="150" height="195"></td> <td width="50"></td> <% end if %> </tr> <tr> <td width="50"></td> <td width="150" height="15" valign="middle"><div align="center">" class="testi1" onClick="MM_openBrWindow('view.asp?id=<%=(scheda_tech.Fields.Item("id_filesHi").Value)%>','mostra','width=250,height=325')">ingrandisci immagine</div></td> <td colspan="2"></td></tr></table> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 scheda_tech.MoveNext() ciclo = ciclo + 1 Wend %>

Rispondi quotando