![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/10/2010, 03:34
|
| | Fecha de Ingreso: julio-2008
Mensajes: 51
Antigüedad: 16 años, 6 meses Puntos: 1 | |
Respuesta: problemas con I E 8 function cambiar()
{
img = Math.ceil(Math.random()*cant_img);
var imagen =new Image;
imagen.src="irudiak/" + img + ".jpg";
document.images['imagen'].src=imagen.src
}
¿Algo así ?
Saludos |