Mega Code Archive

 
Categories / JavaScript DHTML / Window Browser
 

Write text to the windows status bar

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