Default Text in Status Bar
Example of Script
Look at the browser status bar to see a non-scrolling message.
Grab
the Code
<SCRIPT LANGUAGE="JavaScript"> <!-- window.defaultStatus="My message stays around"; //--> </SCRIPT>
Explanation of Code
This script uses the window.defaultStatus property to set a text message in the browser status bar.
Copyright © 2001 John H. Bolgiano, Jr. - All rights reserved
Modified with permission for educational use by Roberta Bush