FREE CODE Thursday, 04.25.2024, 5:15 PM
Main | Registration | Login Welcome Guest | RSS
[ New messages · Members · Forum rules · Search · RSS ]
۞Forum Statistics۞
NEW TOPPIV
HOT TOPPIC
TOP MEMBERS
NEW MEMBERS
  • check code here Have(0) reviews faxuhi
  • Keywords meta Tags Have(0) reviews faxuhi
  • text box Have(0) reviews faxuhi
  • Page description Have(0) reviews faxuhi
  • marquee Have(0) reviews faxuhi
  • print your page Have(0) reviews faxuhi
  • choose your country Have(0) reviews faxuhi
  • check all - unchek all Have(0) reviews faxuhi
  • shadow text Have(0) reviews faxuhi
  • Beautiful text two Have(0) reviews faxuhi
  • Nice menu with java script <p1> Have(2) reviews faxuhi
  • Mouse Clock Have(1) reviews faxuhi
  • check code here Have(0) reviews faxuhi
  • Keywords meta Tags Have(0) reviews faxuhi
  • text box Have(0) reviews faxuhi
  • Page description Have(0) reviews faxuhi
  • marquee Have(0) reviews faxuhi
  • print your page Have(0) reviews faxuhi
  • choose your country Have(0) reviews faxuhi
  • check all - unchek all Have(0) reviews faxuhi
  • faxuhi[189]Bài
  • mcsnagger0022[0]Bài
  • thinknoodles[0]Bài
  • karaganis888[0]Bài
  • faxuhi [189]Bài
  • mcsnagger0022 [0]Bài
  • thinknoodles [0]Bài
  • karaganis888 [0]Bài
    • Page 1 of 1
    • 1
    Forum » Web Javascript » Text in status bar 4 » Text in status bar 4
    Text in status bar 4
    faxuhiDate: Sunday, 07.24.2011, 12:29 PM | Message # 1
    Colonel
    Group: Administrators
    Messages: 189
    Reputation: 0
    Status: Offline
    Code
    <!-- Start of Status Blinker -->
    <!-- This will put a blinking status bar message in your webpage.
      Important:  There are two parts to this script, one goes
      in between the HEAD tags and one goes in the BODY tag.
    -->
    <script>
    var yourwords = "www.javascriptfreecode.com";
    var speed = 300;
    var control = 1;
    function flash()
    {
       if (control == 1)
         {
           window.status=yourwords;
           control=0;
         }   
       else
         {
           window.status="";
           control=1;
         }
       setTimeout("flash()",speed);
    }
    </script>
    <!--You can control the speed of the flashing in this script. You just need to change the speed number 300. Bigger the number the slower it goes.-->
    <!-- From this part on up goes in between the HEAD tags -->

    <body onLoad="flash()">
     
    Forum » Web Javascript » Text in status bar 4 » Text in status bar 4
    • Page 1 of 1
    • 1
    Search:

    Copyright MyCorp © 2024 Website builderuCoz