xpcom - Firefox Popup window event -


i writing firefox extension using xpcom c++.

i want notified when popup window (like see while browsing www.rediffmail.com) opening.

how catch event? knows how it?

thanks help.

"like see while browsing www.rediffmail.com" poor definition, i'm going assume you're talking regular popup windows (with title bar, etc), not javascript-implemented in-tab dialog, , not new pages open in new tabs.

there notifications fired when new windows open (or overlay firefox's browser.xul inject code).

there's popupwindow dom event, not documented, far can see.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -