Foldertree not displayed
Status: Beta
Brought to you by:
posde
The Folder tree (folder-tree.php) uses the js option
document.all, that is only supported by MSIE. It is
used to hide the folderlist until it is completely
loaded. A nice feature if it works.
simple solution:
delete the lines from "<script>" until "</script>",
"onload()="..."" in the following line and the two
"<div...>" lines.
nice solution:
use also document.layers and document.getElementById or
check for existence of document.all before you make the
folderlist hidden.
Regards
Jan Bouwman
jan at ybw.de