Podstrony
|
|
telcocafe
tab = Array();
for(var i = 0; i < items.childNodes.length; i++) {
folder = items.childNodes[i];
parent = folder.childNodes[0].firstChild.nodeValue;
parent = parent.substr(7);
name = unescape(folder.childNodes[1].firstChild.nodeValue);
folder = folder.nodeName.substr(7);
if (parent)
tab[folder] = treeWidget.InsertItem(tab[parent], folder, "text", "", name);
else
tab[folder] = treeWidget.InsertItem(root, folder, "text", "", name);
powyższy kod w ff i operze działa bez zarzutu... natomiast ie linię: parent = folder.childNodes[0].firstChild.nodeValue; wywala z komunikatem "Nie zaimplementowano"... wie ktoś czemu??
zanotowane.pldoc.pisz.plpdf.pisz.plnvm.keep.pl
|
|
|