JavaScript

Status Bar Message
 



Description:

This script will allow you to write a message to the status bar at the bottom of the browser when a viewer places
the mouse over a link on your page.

Installation Instructions

  1. Paste the JavaScript Function Section code from above between the <head> and </head> tags on your page.
  2. Paste the HTML Script Section code from above between the <body> and </body> tags on your page.
  3. Find the matching lines below in the script and change the text in greento the text you wish to use:

    <a href="http://someplace.com" onMouseover="stat_write('Your text goes here.');return true;"
    onMouseout="stat_write('');return true;">Put your cursor over this link to see status bar message.</a>

 

JavaScript Functions:

HTML Script:

Browsers Compatibility:

IE




—
more Scripts: Alerts, Forms, Text, Buttons, Games, User Information, Calendars, Miscellaneous, Utilities,
Clocks, Navigation, Windows, Cookies, Page Information, Special Effects, Counters, Passwords, DHTML



[Home] [Templates] [Blog] [Forum] [Directory] JavaScript - Status Bar Message