Thanks for the pointer. This works well!

Bill

----- Original Message ----- From: "Boris Zbarsky" <[EMAIL PROTECTED]>
Newsgroups: mozilla.dev.embedding
To: <[email protected]>
Sent: Wednesday, July 26, 2006 1:32 PM
Subject: Re: popup blocking notification


Bill Filler wrote:
Question: Is there another programatic way to register an event listener for the DOMPopupBlockedEvents such that I don't have to wait for the page load to complete and can report the events as they happen during the page load? I know it must be possible as Firefox does it, but I'm just not sure how to do it. Thanks for any help.

You can register the event listener on the window right after the load starts, or on the window's chrome event listener at any time...

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

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

Reply via email to