window.toolbar.visible

JavaScript1.2+ Nav4+ Syntax

							window.toolbar.visible

Description

The visible subproperty of the toolbar property of the Window is used to determine if the toolbar is visible to the user or not. If it is visible, the property returns true. It returns false if the bar is not visible.

Example

Listing 7.588 determines if several of the browser bars are displayed or not. In the example, you will see if the toolbar is visible by using the visible property.

Listing 7.588 Using the visible Property of toolbar
 <script language="JavaScript"> <!-- Hide // Write the browser's bar status to the page. If the value // is true, then it is displayed. document.writeln('<h3>Browser Chrome Status</h3>') document.writeln('Menu Bar: ...

Get Pure JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.