Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/06/2005, 02:49
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
Puntos: 772
¡Oops! Me he confundido por abusar del copy&paste (gracias por el toque caricatos )

Mi código debería quedar así:
Código PHP:
 i=0;
function 
camb_imag() {
  
document.imagen.width=document.imagen.width+i;
  
i++;
  if (
i<10setTimeout('camb_imag()'1000);

Saludos,