In Mozilla at least, you can change the various bars in the window:
document.defaultView.statusbar.visible = false
document.defaultView.toolbar.visible = false;
etc
This is one thing I'm not keen on being enabled by default, but not enough people know about it to be a problem. And since there are so little users of Mozilla, the people who want something similar usually don't bother. It would probably work in NS6/NS7 though.
Comment