Drenica Hackers GrouP
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Drenica Hackers GrouP

Drenica Hackers Group
 
ForumForum  Drenica-HackersDrenica-Hackers  KërkoKërko  Latest imagesLatest images  RegjistrohuRegjistrohu  identifikimiidentifikimi  

 

 Digital clock

Shko poshtë 
AutoriMesazh
Armend
Admin
Admin
Armend


Numri i postimeve : 433
Poenat e Antarit : 1591
Thanks : 16
Join date : 24/03/2009
Age : 32
Location : Kosova, Prishtin

Digital clock Empty
MesazhTitulli: Digital clock   Digital clock EmptySun May 31, 2009 12:58 pm

--------------------------------------------------------------------------------

Digital clock:

Kodi:
<!--<html>-->
<!--<head>-->
<!--<html>-->
<!--<head>-->
<script language="JavaScript" link="www.freehtmlcodes.com">
var clockID = 0;
function UpdateClock() {
if(clockID) {
clearTimeout(clockID);
clockID = 0;
}
var tDate = new Date();

document.theClock.theTime.value = ""
+ tDate.getHours() + ":"
+ tDate.getMinutes() + ":"
+ tDate.getSeconds();
clockID = setTimeout("UpdateClock()", 1000);
}
function StartClock() {
clockID = setTimeout("UpdateClock()", 500);
}
function KillClock() {
if(clockID) {
clearTimeout(clockID);
clockID = 0;
}
}
</script>
<!--</head>-->
<body onload="StartClock()" onunload="KillClock()">
<form name="theClock">
<input type=text name="theTime" size=8 style="text-align: center">
</form>
<!--</body>-->
<!--</html>-->
<!--</head>-->
<!--<body>-->
<!--</body>-->
<!--</html
Mbrapsht në krye Shko poshtë
https://drenica.albanianforum.net
 
Digital clock
Mbrapsht në krye 
Faqja 1 e 1
 Similar topics
-
» Download Driver CUSL2-C Digital Audio SoundMAX

Drejtat e ktij Forumit:Ju nuk mund ti përgjigjeni temave të këtij forumi
Drenica Hackers GrouP  :: INFORMATIKA :: Gjuhet Programuese :: HTML & DHTML-
Kërce tek: