Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/11/2004, 06:38
Avatar de living
living
 
Fecha de Ingreso: mayo-2004
Mensajes: 1.266
Antigüedad: 20 años, 7 meses
Puntos: 2
basicamente sería una cosa así

Código HTML:
<html>
<head>
<script>
function startCrono(){
if (parseInt(document.forms[0].crono.value)<100){
	setTimeout("aumentarTiempo()",1000); 
	}
}
function aumentarTiempo(){
	document.forms[0].crono.value=parseInt(document.forms[0].crono.value)+1;
	startCrono();
}
</script>
</head>
<body onLoad="startCrono()"> 
<form> 
  <input type="text" name="crono" value="1"> 
</form> 
</body>
</html> 
__________________
¿Te apasiona el mundo del guión? El portal del guión