> What does it give you? it gives reference to top window. If I access window.content.document, then it gives me DOM for of top level request. but I need DOM of frame request, whch is inside of that that top level DOM. I can access that frame DOM by traversing that top level DOM, but it may be error prone. Thus I am expecting reference of that frame window(or child window), such that I can directly access frame request DOM. Is that possible ??
-Hitesh. > Hitesh Khamesra wrote: >> I tried this >>>> var win = ir.getInterface(Components.interfaces.nsIDOMWindow); >> >> It doesn't give me reference of frame window. > > What does it give you? > > > [Setting reply-to to [email protected], no point > discussing this on the lists where this is very offtopic] > _______________________________________________ > support-general mailing list > [EMAIL PROTECTED] > https://lists.mozilla.org/listinfo/support-general > _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
