Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Automatic Title/status Text Rotation!, Change the text in you Title Bar and Status Bar after a preset Interva
shiv
post Mar 20 2006, 11:42 PM
Post #1


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 53
Joined: 20-March 06
Member No.: 12,139





QUOTE
Below is the code required to rotate the text used in the title bar and status bar


QUOTE
CODE
<script LANGUAGE='JavaScript'>
<!--

var default1 = "defautl title"; // only shown once at page load
var text1 = "title2";
var text2 = "title 3";
var text3 = "title 4";
var changeRate = 2000; // 1000 = 1 second
var messageNumber = 0;

function changeStatus() {
  if (messageNumber == 0) {
     window.status=default1;
     document.title=default1;
    }
  else if (messageNumber == 1) {
     window.status=text1;
     document.title=text1;
    }
  else if (messageNumber == 2) {
     window.status=text2;
     document.title=text2;
     }
  else if (messageNumber == 3) {
     window.status=text3;
     document.title=text3;
     messageNumber = 0;
     }

  messageNumber++;
  setTimeout("changeStatus();",changeRate);

}

changeStatus(); // leave here to run right away

// -->
</SCRIPT>



njoy!

shiv
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How To Change Ur Ip Address(47)
  2. How To Make A Text Based Online Game Script ?(23)
  3. How To Change Registered Owner`s Name On Win Xp(21)
  4. Howto: Change Graphical Login To Text(3)
  5. Turkish-to-English Text Translator(4)
  6. VB.NET: Rotating Label & Angled Text Control(8)
  7. Switch Network Settings With Batch Files(18)
  8. Alt Txt Tooltip Popups Over Text Links, How To Do?(11)
  9. Help Me Create A Text-based, Turn-based Game(10)
  10. Dynamically Change The Background Image On Mouse Effects!(3)
  11. Status Bar Effect(5)
  12. 911 Text Messaging(29)
  13. Vertical Text In Datagridview Column Header(6)
  14. Ad-rotation Plug-in For Joomla Or Drupal?(4)
  15. Qupis : Free Cpanel Web Hosting (one Line Text Ad At Bottom)(10)
  1. How To Change Your Ip Address.(68)
  2. How To Disable The Enter Key Of An Input Text Box(6)
  3. Torn City(9)
  4. Hosting For Text Based Game...(14)
  5. Text Outline In Gimp(1)
  6. Can You Link Game Maker With Mysql/php(0)
  7. Anyone Willing To Make A Text-based Game With Me?(4)
  8. Domain Change.(10)
  9. Xml Needed?(4)
  10. Joomla Template Kit Extension For Nvu/composer(2)
  11. What You Need Before You Can Create A Text-based Game..(7)
  12. Center Update(5)
  13. Browser Based Text Games(2)


 



- Lo-Fi Version Time is now: 8th September 2008 - 05:30 AM