The window furniture includes the following items:
The location bar
The active menu bar while the window is front-most
The personal items bar
Horizontal and vertical scrollbars
The status bar at the bottom of the window
The toolbar at the top of the window
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.
Prev | Home | Next |
Window feature list | Up | Window object |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |