Popup Windows: directories
The directories bar holds a set of buttons for your favorite web sites. By default the directories bar is not in the popup window. To set the popup with a directories bar set
directories
to
yes
.
So, for example, this open()
command in the
popup script
sets the popup with a directories bar:
window.open(href, windowname, 'width=400,height=150,directories=yes,scrollbars=yes');
which gives us
this popup