Free Web Hosting by Netfirms
Web Hosting by Netfirms | Free Domain Names by Netfirms

JavaScript window.status code


<html>
  <!--
  Use the statusbar sub object in the window object
  and set the welcome message on it as soon as the page loads
-->

  <body onload="window.status='welcome to my web site'" >  
 </body>
</html>


Close