On May 4, 11:06 am, aries84as <[EMAIL PROTECTED]> wrote: > Which XPCOM component I must use for to access DOM tree of one page > web?
None. Depending on where your JavaScript code lives it could be as simple as: content.document Use this link to help: http://developer.mozilla.org/en/docs/Working_with_windows_in_chrome_code Mark Finkle _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
