07/03/2007, 15:47
|
| Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 10 meses Puntos: 772 | |
Re: Al transcurrir N segundos... Hola lrunge
Prueba este código:
Código:
<body onload = "setTimeout('document.forms[0]['txt'].disabled = true',60000)">
<form>
<input type="text" name="txt" />
Saludos, |