TOC PREV NEXT INDEX

Put your logo here!


window.directories


Returns the window directories toolbar object.

Syntax

dirBar = window.directories 

Parameters

dirBar is an object of the type barProp.

Example

 <script> 
    function dirs() { 
       alert(window.directories); 
    } 
  </script> 

Notes

None.

Specification

DOM Level 0. Not part of specification. 


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