18/07/2002, 15:00
|
Usuario no validado | | Fecha de Ingreso: julio-2001
Mensajes: 766
Antigüedad: 23 años, 5 meses Puntos: 0 | |
Re: reloj con tiempo restante intentalo asi
<script language="Javascript">
<!--
timeTotal=1200
function tiempo()
{
if(timeTotal>=0){document.time.rs.value=timeTot al--
setTimeout("tiempo();",1000)}
else document.time.rs.value="tu sesion a Concluido"
}
window.onload=tiempo
//-->
</script>
<form name="time">
<input name="rs" type="text" value="1200">
</form>
<center><hr size="1" width="100%" noshade><a href=javascript:MsgrApp.LaunchIMUI('gpa36@hotmail. com')>
<strong><font face="courier new" color="#666666" size="2">Contact Me?[/CODE]</strong>
<IMG SRC="http://woertman.org:8080/msn/gpa36" border="0"></A></ce |