|
November 11, 1999 Using the Status Bar Tips: November 1999
Yehuda Shiran, Ph.D.
|
|
At the bottom of the browser window is a status bar. Part of that bar includes a text field that normally discloses the document loading progress of the URL of alink that the mouse is pointing to at any given instant. You can control the temporary content of that text field by assigning a text string to the window object's status property. In multi-frame environments, you can set the window.status property without having to worry about referencing the individual frame. The status property is commonly used to explain the nature of the destination of a link in response to the onMouseOver event:
Here's the live example: Doc JavaScript. Note that the
People who read this tip also read these tips: Look for similar tips by subject: |