SMK tiga

Sehat Luar Biasa

Jumat, 31 Oktober 2008

Jam di Status Bar


<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>

Sumber dari situs Ilmu Website dalam kategori javascript dengan judul Jam di Status Bar

Tidak ada komentar: