How to get notification when window closes in Firefox extension?
Posted
by
Yashwant Kumar Sahu
on Stack Overflow
See other posts from Stack Overflow
or by Yashwant Kumar Sahu
Published on 2010-12-30T14:38:33Z
Indexed on
2010/12/31
6:53 UTC
Read the original article
Hit count: 250
Hello experts
I am making toolbar in Mozilla Firefox. On the click of a button on my toolbar, I am opening a new window which navigates to my HTML Page created by me. On this HTML Page on the click of a button I am doing some work and closing the window. That's all done, now I need my original or parent window's toolbar to get notified when this window is closed. I guess adding event listeners won't work as its all done in new window. Please suggest. Any help is apprectiated
© Stack Overflow or respective owner