#1 2009-07-01 17:12:26

Guzur

Administrator

Zarejestrowany: 2008-02-26
Posty: 4
Punktów :   

das

[html]<FORM NAME="clock" OnSubmit="0">
<INPUT TYPE="text" NAME="zegarek" SIZE=6 VALUE="">
<SCRIPT language="JavaScript">
var timerID = null;
var timerRunning = false;
function zegarstop ()
{
if(timerRunning)
clearTimeout(timerID);
timerRunning = false;
}
function pokazgodz ()
{
var now = new Date();
var hours = now.getHours();
var minutes = now.getMinutes();
var seconds = now.getSeconds()
var timeValue = "" + ((hours >12) ? hours -12 :hours)
timeValue += ((minutes < 10) ? ":0" : ":") + minutes
timeValue += ((seconds < 10) ? ":0" : ":") + seconds
document.clock.zegarek.value = timeValue;
timerID = setTimeout("pokazgodz()",1000);
timerRunning = true;
}
function zegarstart ()
{
zegarstop();
pokazgodz();
}
zegarstart()
</SCRIPT>[/html]

Offline

 

Stopka forum

RSS
Powered by PunBB 1.2.23
© Copyright 2002–2008 PunBB
Polityka cookies - Wersja Lo-Fi


Darmowe Forum | Ciekawe Fora | Darmowe Fora
www.mibm2007.pun.pl www.t2.pun.pl www.pokemongra.pun.pl www.fiore.pun.pl www.granarutorpg.pun.pl