TOC PREV NEXT INDEX

Put your logo here!


window.sidebar


Returns a reference to the window object of the sidebar.

Syntax

sidebar = window.sidebar 

Parameters

sidebar is a window object.

Example

sbar = window.sidebar; 
if (sbar) { 
  sbar_content = sbar._content; 
} 

Notes

The sidebar is a subframe in the DOM of the application window. Its content can be accessed with sidebar._content, as in the foregoing example, and it is a sibling of the window's main content frame.

Specification

DOM Level 0. Not part of specification. 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX