
14/02/2011, 14:20
|
| | Fecha de Ingreso: abril-2004
Mensajes: 26
Antigüedad: 20 años, 11 meses Puntos: 0 | |
Respuesta: Error sintaxis while not rs.eof
%>
<%
if jordi = 5 then
jordi = 1
Response.Write "<a href=javascript:ventanaSecundaria(foto.asp?foto=)& Rs('foto') > <img src=" & Rs(foto) & " width='150' height='120'></a>"
Response.Write "<p> </p>"
else
jordi = jordi + 1
Response.Write "<a href=javascript:ventanaSecundaria(foto.asp?foto=)& Rs('foto') > <img src=" & Rs(foto) & " width='150' height='120'></a>"
end if
Rs.MoveNext
wend
%> |