I\'ve heard of window.status and that it can be used to control the browser\'s status bar text, but I would like to know if there are better or newer method
The feature you are looking for as been disabled for security reason.
Here is another solution to your problem.
You could create a DIV and put the position:fixed; at the bottom of the page, so people will always see it.