Text in Status Bar with onMouseOver


Example of Script
Place your cursor over the link and look at the status bar at the bottom of your browser.
Grab the Code
Explanation of Code
This script uses a simple onMouseOver event handler to set the current window's status bar content to your message. An onMouseOut event handler is used to return the status bar to a blank message when the cursor is removed from the link.
Copyright © 2001 John H. Bolgiano, Jr. - All rights reserved
Modified with permission for educational use by Roberta Bush