Obsolete since Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
摘要
Returned the window personalbar toolbar object. Use the
window.personalbar
代替。
句法
var dirBar = window.directories;
参数
dirBar
is an object of the type
BarProp
.
范例
<script>
function dirs() {
alert(window.directories);
}
</script>
规范
Not part of specification.
元数据
- 最后修改: