Scrolling Status Bar Text

 
 
Look at the Status Bar, in the bottom left corner of your Web Browser!
 
 
Click to start the script.

Put this code into your page:

<html>
<head>

<style>
.text
{
FONT: 10pt arial;
COLOR: black
}
</style>

<script language=javascript>
barMsg="WebDesignHelper.co.uk"

i=0
function scrollMsg()
{
beginningPart=barMsg.substring(i,barMsg.length)
endPart=barMsg.substring(0,i)
window.status=beginningPart+endPart
if (i < barMsg.length)
{i++}
else {
i=0 }
setTimeout("scrollMsg()",150)
}

</script>
</head>

<BODY onLoad="scrollMsg()" BGCOLOR="#FFFFFF">

<br><br><br>
<center>
<TABLE width="290" border="0" cellpadding="0" cellspacing="0" bgcolor=#F5F4E0>
<tr>
<td colspan=3><img src=images/spacer.gif height=10></td>
</tr>
<tr>
<td><img src=images/spacer.gif width=10></td>
<td width=270 height=30 bgcolor=white align=center>
<font class=text>Look at the Status Bar, in the bottom left corner of your Web Browser!</font></td>
<td><img src=images/spacer.gif width=10></td>
</tr>
<tr>
<td colspan=3><img src=images/spacer.gif height=10></td>
</tr>
</table>
</center>

</body>
</html>


Related Articles

  • Scrolling Status Bar Text
    Displays a scrolling message in the status bar, in the bottom left hand side of your browser. It is easy to change the message to be displayed, and its scroll speed as well. A good easy to use script, but can become annoying if over used so be careful.
  • Window Status
    How to use this handy function to change the window status in a viewers browser.
  • Status Bar Shoot
    If youre bored with static text on your status bar, try this tutorial to set it flying.
  • onMouseover? What's This?
    Well, its time to try out your first javascript. This one is nice because we dont have to deal with adding the script tag. This little script will write something of your choice to the browsers status bar when you move your mouse over a link. Lets look at the example:
  • Statusbar Message
    This is a quick, and quite simple tutorial. Now its not html, it uses Javascript. What it does is lets you customize what it says in the status bar usually at the bottom left of your browser. Right now in your browser it should say Infinite Designs.org ..... Heres how to make it do that...
  • Iframes Basics
    Ill show you this lovely little trinket called IFrames. It enables users to load a whole new page - html, php, etc. - within or embedded in an already opened page.
  • When Does an Expired Domain Name Become Available?
    In order to know exactly when an expiring domain name will become available for re-registration by a new owner, you must understand the
  • Domain Names Security : How safe is yours?
    The security of domain name registrations is an increasing concern for domain name registrants and registrars. However, there are steps you can take to increase the security of your domain name registrations...
  • Create Tell A Friend Script with HTML & PHP
    Today we learn how to create a Tell a Friend script with HTML and PHP. If you want to exercise on my files, click here to download them!
  • Ten Fatal Mistakes That Make Web Sites Stink
    Since youll spend lots of time and money to create your web site, dont you want to make sure youre not making mistakes that at best irritate users, and at worst make you lose customers? After all, when you alienate users, you lose potential revenue. Who can afford that?

Contact Web Design Outsource and get started today

Need Website Designing, Development, Redesigning, Maintenance and SEO services or help growing your company's web presence? Request a free Quote Now.