Write text to the window's status bar : StatusBar « Window Browser « JavaScript DHTML






Write text to the window's status bar

<html>
<head>
<script type="text/javascript">
function load(){
    window.status="status bar"
}
</script>
</head>

<body onload="load()">
</body>

</html>




           
       








Related examples in the same category

1.Date in the status bar
2.Displays the time in the status line
3.Using the self Property in status bar
4.Setting the Default Status Message
5.Links with Custom Statusbar Messages
6.Handling Status Message Changes
7.JavaScript display infomation in Status Bar
8.Working with Status Bar Messages
9.Using Status Messages
10.Scrolling Text in the Status Window
11.The onFocus event Handler
12. Creating a Scrolling Banner in status bar