B Bar.visibility (Pitfall) See also: Property JavaScript (Web site optimization)

B Bar.visibility (Pitfall) See also: Property JavaScript JScript N IE Opera Notes visible 1.2 + 4.0 + - Bar.visible, Window.locationbar, Window.menubar,Window.personalbar, Window.scrollbars, Window.statusbar, Window.toolbar Bar.visibility (Pitfall) An erroneous name for the visible property of a Bar object. Warnings: . Some reference works refer to the visibility property of the Bar object, possibly due to early prototype versions of the Netscape browser or in an attempt to document forthcoming features of the browser. In between publishing and release of the browser, the property changed its name to the visible property. . You may even then have some difficulty in getting it to work on some platforms but you do need to make sure you are trying to set the correct property value when changing the visibility of Bar objects. See also: Bar.visible Bar.visible (Property) A flag indicating whether the bar that this object represents is visible. Availability: JavaScript 1.2 Netscape Navigator version 4.0 Property/method value type: Boolean primitive N myBar.visible JavaScript syntax: N myBar.visible = aBoolean Argument list: aBoolean A switch value to control the visibility of a window control item Setting this property to true makes the bar visible. Setting false hides the bar. You must have been granted the UniversalBrowserWrite privilege to be able to set this property value. See also: Bar object,Bar.visibility

Leave a Reply