Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/10/2009, 02:25
alpe2000
 
Fecha de Ingreso: enero-2008
Ubicación: Málaga - España
Mensajes: 346
Antigüedad: 17 años, 4 meses
Puntos: 13
Respuesta: Como mostrar en tablas el contenido de una carpeta

Algo así:

r = 1
for each filefound in MyFiles.files
If r=5 then
response.write"</tr>"
r= 1
else
Response.write("<td>" & filefound.Name & "</td>")
r = r + 1
end if
next