joe ertaba wrote:
> Hi
>
> Here is a sample structure
>
> -Firefox window
> -Ovarlay.xul
> -Overlay.js
>
> -setting window
> -setting.js
> --MyFunction() {...}
>
>
> I want to call MyFunction() from Overlay.js
Get the settings window (xWin say) using nsIWindowWatcher, and then call
xWin.MyFunction()
- Brian