Cita:
Iniciado por America|UNK Cual segundo alert ?, :
Código javascript
:
Ver originalvar segundos = 11, iniciar = function(){
segundos--;
var b = document.forms[0].submit2;
b.value = "hola "+ segundos;
if(!segundos){ b.disabled=!1; b.value = "Activo";
}else{
setTimeout("iniciar()",1000);
}
}
Vale vale, mea culpa, que fallo más tonto.
Muchas gracias amigo