Home » Scripts Page Information Script

Status Bar Message


March 31, 2006


2.4/5.0 (130 votes total)
Rate:

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>

Put your cursor over this link to see status bar message.

JavaScript Functions:

HTML Script:

Browsers Compatibility:

IE


Add commentAdd comment (Comments: 0)  

Advertisement

Partners

Related Resources

Other Resources

arrow