Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/08/2006, 18:43
Avatar de causita
causita
 
Fecha de Ingreso: mayo-2002
Ubicación: Lima-Perú
Mensajes: 2.043
Antigüedad: 22 años, 9 meses
Puntos: 8
De acuerdo

a ver si esto te sirve

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=n;
}
var Imagenes=new VecImagenes();
src= Imagenes[ Math.floor(Math.random() * Imagenes.N) ] ;
document.write("<IMG SRC="+src+">");
//-->
</script> 
</body>
</html> 
Tambien te podría servir este otro código

salu2
__________________
|| no hay pregunta tonta....lo q hay son tontos q no preguntan || d-.-b

El Causita