<P align=center><FONT color=#66ff99>Visszaszmlls jvig kdja</P></FONT> <FORM name=abcdef><FONT color=#66ff99>Csak </FONT><INPUT size=2 value=9 name=b><FONT color=#66ff99> hnap, </FONT><INPUT size=2 value=22 name=c><FONT color=#66ff99> nap, </FONT><INPUT size=2 value=3 name=d><FONT color=#66ff99> ra, </FONT><INPUT size=2 value=50 name=e><FONT color=#66ff99> perc, s </FONT><INPUT size=2 value=34 name=f><FONT color=#66ff99> msodperc van mg htra jvig!!! </FONT></FORM> <SCRIPT language=JavaScript>
<!-- // please keep these lines on when you copy the source // made by: Nicolas - http://www.javascript-page.com
var Temp2; var timerID = null; var timerRunning = false;
var timerID = null; var timerRunning = false;
function stopclock () { if(timerRunning) clearTimeout(timerID); timerRunning = false;
}
function startclock () { stopclock(); showtime();
}
function showtime() {
now = new Date(); var CurHour = now.getHours(); var CurMinute = now.getMinutes(); var CurMonth = now.getMonth(); var CurDate = now.getDate(); var CurSecond = now.getSeconds(); now = null; var Hourleft = 23 - CurHour var Minuteleft = 59 - CurMinute var Secondleft = 59 - CurSecond var Monthleft = 11 - CurMonth var Dateleft = 31 - CurDate
document.abcdef.b.value = Monthleft document.abcdef.c.value = Dateleft document.abcdef.d.value = Hourleft document.abcdef.e.value = Minuteleft document.abcdef.f.value = Secondleft
timerID = setTimeout("showtime()",1000); timerRunning = true; }
startclock(); // -->
</SCRIPT> |