Código:
pero como podria hacer que debajo de cada foto sacara tb su referencia y que sigua funcionando el avance de pagina??? <table align="center" border=0 bordercolor="#ff0fff" cellpading=0 cellspacing=0 width="35%"> <% if Not objRst.EOF then Response.Write"<tr>" For intRecord = 1 to objRst.PageSize Response.Write "<td><a target=principalFrame href=""mostrarproducto.asp?ID=" & objRst("id_product") & """><img width=""90"" height=""80"" src=""mostrarfoto.asp?ID=" & objRst("id_product") & """></a></td>" objRst.MoveNext If objRst.EOF Then Exit for Next Response.write"</tr>" %> <table align="center"> <tr> <td> <%If cInt(intPage) > 1 Then%> <center><a href="gal.asp?NAV=<%=intPage - 1%>&CF=<%=cfami%>"><< Anterior</a></center> <%End IF%> </td> <td> </td> <td> <%If cInt(intPage) < cInt(intPageCount) Then%> <center><a href="gal.asp?NAV=<%=intPage + 1%>&CF=<%=cfami%>">Siguiente >></a></center> <%End If%> <%End If%> </td></tr> </table> </table>