var childNodes = browser.tabContainer.childNodes;
for (var i=0; i < childNodes.length; ++i) {
thisNode = childNodes[i];Given each 'thisNode', how do I get the URL/URI for it??? I'm going around in circles looking at endless source files and getting nowhere, but sure it must be simple.
Thanks! :-) _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
