eBlogzilla

Thursday, April 21, 2011

How to show message in Firefox statusbar

Today I've spent bit more time then expected trying to show message in Firefox status bar. (I know that there is no statusbar by default in Firefox 4). The solution was simple, as usual :-):
    document.getElementById("statusbar-display").label = "Your message here";


That is all!