Hi, I've been struggling for ages, trying to figure out how I can get the URI (or document info) for each tab in the Mozilla browser. Basically I have:

    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

Reply via email to