DOM:window.directories
From MDC
Contents |
[edit] Summary
Returns the window directories toolbar object.
[edit] Syntax
dirBar = window.directories
[edit] Parameters
dirBar is an object of the type barProp.
[edit] Example
<script>
function dirs() {
alert(window.directories);
}
</script>
[edit] Specification
DOM Level 0. Not part of specification.