Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/12/2008, 09:25
Avatar de gVenom
gVenom
 
Fecha de Ingreso: julio-2008
Ubicación: Costa Rica
Mensajes: 1.458
Antigüedad: 16 años, 4 meses
Puntos: 53
Respuesta: random de imagenes

Saludos.

Usa un script:
Código HTML:
<html>
<body>
<!-- Copiar dentro del tag BODY -->
<script language="javascript">

<!-- 
function VecImagenes()
{
  n=0;
  this[n++]="01.jpg";
  this[n++]="02.jpg";
  this[n++]="03.jpg";
  this[n++]="04.jpg"
  this.N=n;
}
var Imagenes=new VecImagenes();
src= Imagenes[ Math.floor(Math.random() * Imagenes.N) ] ;
document.write("<IMG SRC="+src+">");
//-->

</script> 

</body>
</html> 
__________________
"Al que venciere y guardare mis obras hasta el fin, yo le daré autoridad sobre las naciones."
Apocalipsis 2: 26
Servicios para Pymes http://dst.co.cr