Phil H�hn (TL) wrote:
    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???

That seems like a bad idea. Why use tabContainer? Why not browser.browsers[i].currentURI? (this is probably an nsIURI object rather than a string. I'm not sure about this though.)
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to