I tried this 
>>   var win = ir.getInterface(Components.interfaces.nsIDOMWindow);

It doesn't give me reference of frame window.

-Hitesh

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Christian
Biesinger
Sent: Tuesday, May 02, 2006 2:52 PM
Cc: [email protected]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: Re: how to reference of frame window

Hitesh Khamesra wrote:
> var ir = /* nsIInterfaceRequestor */ channel.notificationCallbacks;

So, why not just:

   var win = ir.getInterface(Components.interfaces.nsIDOMWindow);

That should do what you want.
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to