Posted by: m4zwahyu | 4 Maret, 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 php dengan judul Jam di Status Bar

Responses

scrip/sintas tulis dan isi kan dimana
tolong lah bang wahyu

reply:
terserah mo di tulis dimana yng penting msh di dalam tag antara dg

Leave a response

Your response:

Categories