Write text to the window's status bar : StatusBar : Window Browser JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Window Browser » StatusBar »

 

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>




           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Window Browser
» StatusBar