This is an increasingly popular effect if implemented correctly. This tutorials will show you the code if you want a scrolling mesage(s) in your status bar.
Place this script in the <HEAD> section of your page.
|
<!--Place this script in the HEAD section. Thank you for using FireThrottle.tk-->
// You may edit the message below. var startMsg = "Visit FireThrottle.tk for great tutorials and downloads";
var str = "";
if (str.length == 1)
leftMsg = leftMsg + str;
for (var ii = 0; ii < 120; ii++)
window.status = leftMsg + str;
}
<!--Update the BODY tag for the timer function.-->
<!-- You may edit the BODY color. -->
|
The things you need to customize are labelled. Place this script in the HEAD section.

