![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/02/2002, 11:22
|
|
Re: script para cambiar foto espero te sirva este, entre mas imagenes pongas, mas sera la posibilidad de que no se reitan, nos vemos
<script language="JavaScript1.1">
var quotes=new Array()
//cambiar las imagenes
quotes[0]="<img src='Andrestellez.jpg'>"
quotes[1]="<img src='Andrestellez2.jpg'>"
var whichquote=Math.floor(Math.random()*(quotes.length ))
document.write(quotes[whichquote])
</script> |