This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

Javascript Title Bar Message Changer

Here comes the next tutorial which is so simple………….

<SCRIPT LANGUAGE=”JavaScript”>
<!– Hide this from older browsers

var message = new Array ();
var delay = 5000; // Sets the delay between switching messages
var currMessage = 1;

message[1] = “I am First“;
message[2] = “I am Second“;
message[3] = “I am Third“;

function timer() {
document.title = (message[currMessage++]);
setTimeout(”timer()”,delay);
currMessage = ((currMessage >= message.length) ? 1 : currMessage);
}

timer ();

// end hide –>
</SCRIPT>

VN:F [1.5.7_846]
Rating: 3.0/10 (2 votes cast)
VN:F [1.5.7_846]
Rating: -1 (from 1 vote)

Related posts:

  1. Simple message slideshow news ticker using javascript
  2. Displaying Text from User On Your Webpage
  3. Disabling right click menu using javascript Enhanced Version

13 Comments

  1. BypeWhomypewhz says:

    not bad…good one admin…

    VA:F [1.5.7_846]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.5.7_846]
    Rating: 0 (from 0 votes)
  2. qwblvzd says:

    A good website

    VA:F [1.5.7_846]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.5.7_846]
    Rating: 0 (from 0 votes)
  3. notapionnaistfsk says:

    what a website/.

    VA:F [1.5.7_846]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.5.7_846]
    Rating: 0 (from 0 votes)
  4. Bashchuxustahihj says:

    a nice website..

    VA:F [1.5.7_846]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.5.7_846]
    Rating: 0 (from 0 votes)
  5. Zepenciereanyejb says:

    cool site…

    VA:F [1.5.7_846]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.5.7_846]
    Rating: 0 (from 0 votes)
  6. vqtdtwx says:

    proper…the best

    VA:F [1.5.7_846]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.5.7_846]
    Rating: 0 (from 0 votes)
  7. scurcisultusyehz says:

    i like this site

    VA:F [1.5.7_846]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.5.7_846]
    Rating: 0 (from 0 votes)
  8. DyexyNofcoellfth says:

    a nice website

    VA:F [1.5.7_846]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.5.7_846]
    Rating: 0 (from 0 votes)
  9. dweniebuikake says:

    one of the best website for tutorials and scripts

    VA:F [1.5.7_846]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.5.7_846]
    Rating: 0 (from 0 votes)
  10. Sleceirtier says:

    a nice one..i like it..

    VA:F [1.5.7_846]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.5.7_846]
    Rating: 0 (from 0 votes)
  11. Poeveinsek says:

    A very good website especially for javascript and php

    VA:F [1.5.7_846]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.5.7_846]
    Rating: 0 (from 0 votes)
  12. SOPAYSUICACIG says:

    Cool website for title bar stuff using javascript :-) expecting more…..

    VA:F [1.5.7_846]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.5.7_846]
    Rating: 0 (from 0 votes)
  13. Good article.

    VA:F [1.5.7_846]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.5.7_846]
    Rating: 0 (from 0 votes)

Leave a Reply

Comments (required)

Spam Protected