window.status can be used to display some text in status bar of the browser in Java Script. The following example shows how a message is displayed in status bar of the browser whenever mouse is moved over a link using onmouseover event.

<a href="http://techpulp.com/" onmouseover="window.status='Techpulp Technologies Web Site';
    return true">Techpulp</a>