
07/04/2006, 11:04
|
 | | | Fecha de Ingreso: enero-2006 Ubicación: Chile
Mensajes: 237
Antigüedad: 19 años, 3 meses Puntos: 1 | |
hola prueba esto:
<table><tr>
<%
j =1
i = 4
do while not rs.EOF
if i = j then
response.write "</tr><tr>"
i = 4
end if
%>
<td><img scr="<%=rs("mono")%>" width=50 height=50 border=0></td>
<%
rs.MoveNext
j = j + 1
wend
%>
</tr>
</table>
sorry u_goldman, entre cuando no habia respuesta, y no se como borrar todo el comentario
__________________ Atte,
A n g e l u s
Concepción - Chile más vale respuestas bien pensadas, que 7000 post |