locationbar, menubar, personalbar, scrollbars, statusbar, toolbarNN 4   IE n/a   DOM n/a

These six objects belong to the window object and represent portions of the "chrome" surrounding the content area of the browser window. With signed scripts in Navigator 4 (and the user's permission), you can dynamically hide and show these elements in a browser window. These features can also be turned off via the third parameter of the window.open( ) method, but only when generating a new window. To change the visibility of these items in an existing window, signed scripts are required.

 
 
Object Model Reference
NN [window.]locationbar
[window.]menubar
[window.]personalbar
[window.]scrollbars
[window.]statusbar
[window.]toolbar
visibleNN 4   IE n/a   DOM n/a
 Read/Write
 

Accessible only through signed scripts in Navigator 4, determines whether the window chrome feature is displayed.

 
Example
window.statusbar.visible = "false"
 
Value
Boolean value: true | false.
 
Default true