Ver Mensaje Individual
  #11 (permalink)  
Antiguo 25/02/2006, 12:59
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
Si, claro.

Código:
...
/*Change the below variables to reference your own images. You may have as many images in the slider as you wish*/
<%
i = 0
while not rs.eof
%>
photos[<% = i %>]="images/<% = rs("foto") %>"
<%
i = i + 1
rs.movenext
wend
%>


function backward(){
...

Allí estoy asuminedo que tu recordset se llama rs, pero cambialo al nombre que sea necesario.
Por cierto, me pude haber confundido al tipear el código, así que te pido que revises el HTML generado para corroborar que todo sea correcto.

saloudos
__________________
...___...