Availability: |
| |||
JavaScript syntax: | N | myBar = locationbar | ||
N | myBar = menubar | |||
N | myBar = myWindow.locationbar | |||
N | myBar = myWindow.menubar | |||
N | myBar = myWindow.personalbar | |||
N | myBar = myWindow.scrollbars | |||
N | myBar = myWindow.statusbar | |||
N | myBar = myWindow.toolbar | |||
N | myBar = personalbar | |||
N | myBar = scrollbars | |||
N | myBar = statusbar | |||
N | myBar = toolbar | |||
Object properties: | visible |
This object is used to represent various items of window furniture (otherwise called chrome or adornments) in Netscape Navigator. It isn't supported by MSIE although the control facilities it offers are available when a new window is created with the window.open() method.
It only has one usable property. That is the visible property, which can be set to a Boolean value. Some early documentation referred to this as the visibility property but that is the wrong property name.
Property | JavaScript | JScript | N | IE | Opera | NES | ECMA | DOM | CSS | HTML | Notes |
---|---|---|---|---|---|---|---|---|---|---|---|
visible | 1.2 ![]() | ![]() | 4.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | - |
Prev | Home | Next |
Back-quote (`) | Up | Bar.visibility |
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. |