<html>
<head>
<SCRIPT language=JavaScript>
<!--
function Clock() {
window.setTimeout( "Clock()", 1000 );
now = new Date();
localtime = now.toString();
hours = now.getHours();
mins = now.getMinutes();
secs = now.getSeconds();
if (hours > 12)
hours = now.getHours()-12;
self.status = "Jam " + hours + " Lewat " + mins + " Menit, " + secs + " Detik Waktu Indonesia Bagian Ilmuwebsite.com ".toString();
}
Clock()
// -->
</SCRIPT>
</head>
<body>
<body bgcolor="#000000">
</body>
</html>
Search This Blog
March 11, 2024
Tutorial Javascript - Jam di Status Bar
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment