Window furniture (Definition)

The various controls and scrollbars on a window border. Sometimes called window adornments or chrome.

The window furniture includes the following items:

These can all be controlled from scripts in Netscape Navigator. A script is always allowed to modify its own window with a call like this:

open("", "_top", aFeatureList)

It may require privileges to be enabled if it is going to alter another window (depending on the source of each window's documents). They can also be controlled in MSIE but only when a window is created with the window.open() method.

See also:Window feature list, Window.locationbar, Window.menubar, Window.personalbar, Window.scrollbars, Window.statusbar, Window.toolbar