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
Post a Comment