Use JavaScript to Change the Window Status Message

Though I don't normally recommend modifying the browser's default behaviors, changing the window's status bar does have its place. The window status bar can pass descriptive information about the element the user is hovering over or can hide the URL from users that don't understand source code enough to figure it out for themselves.

The JavaScript

window.status = 'Hello!  You are hovering over me.'; return true;

Comments

  1. Selim Topaloğlu

    Thanks, but it wont work in IE7… Just IE6..

  2. david

    Thank you for mentioning this Selim. It looks as though IE7 has disabled this functionality.

  3. Selim Topaloğlu

    Yes, unfortunately custom status messagges are removed from ie7. I have searched it for a month ago :)

  4. xRommelx

    thank you, i really appreciate all your tuts

  5. pandu

    this dn’t work in mozilla fire fox.


Be Heard!

Share your thoughts without being a jerk! And wrap your code in <code> tags, f00!

Name*:
Email*:
Website: