Share this topic on Del.icio.usShare this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on SlashdotShare this topic on StumbleUponShare this topic on TechnoratiShare this topic on TwitterShare this topic on YahooShare this topic on Google buzz

Author Topic: jam di status bar  (Read 1409 times)

0 Members and 1 Guest are viewing this topic.

Offline wyvern

  • Developer IF
  • *
  • Posts: 450
  • Reputasi: 18

  • Aktivitas bulan ini
    0%
    • vern blog
jam di status bar
« on: 13 December 2007, 17:21:53 »
Jam di Status Bar

Code: [Select]
<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 http://if.web.id ".toString();

    }
Clock()
// -->
</SCRIPT>
</head>

<body>
<body bgcolor="#000000">

</body>
</html>
« Last Edit: 13 December 2007, 17:23:24 by wyvern »

Forum Informatika

jam di status bar
« on: 13 December 2007, 17:21:53 »
Sponsored Links:


Offline 1nf0rm4t1c5

  • Administrator
  • *
  • Posts: 1090
  • Reputasi: 15
  • Informatics Developer

  • Aktivitas bulan ini
    4%
    • Forum Informatika
  • Lokasi: Indonesia
  • Jenis Kelamin: Laki-laki
Re: jam di status bar
« Reply #1 on: 13 December 2007, 17:29:19 »
udah dicoba:
1. Di firefox gak muncul...
2. Di IE7 muncul, cuman harus meng-unblock content dulu.

Cool posting...
Full access for guest [REGISTER]
Please read the rule [RULES]
Promosi?  [STEP-BY-STEP]

RAR PASSWORD : http://if.web.id --> buat buka file rar

Offline wyvern

  • Developer IF
  • *
  • Posts: 450
  • Reputasi: 18

  • Aktivitas bulan ini
    0%
    • vern blog
Re: jam di status bar
« Reply #2 on: 13 December 2007, 17:40:22 »
^ makasih tetinnya ban infomatics
weh di firefox gak muncul ya....
lum qtes di firefox sih, abis q pakenya ie....