Linux Mac OSX Windows
 The nsIDOMPopupBlockedEvent interface is the datatype for events
 posted when a popup window is blocked.
[scriptable, uuid(9e201104-78e9-4cb3-aff5-7f0a9cf446c0)]
interface nsIDOMPopupBlockedEvent : nsIDOMEvent

Attributes

 The string of features passed to the window.open() call
 (as the third argument)
readonly attribute DOMString popupWindowFeatures

        
readonly attribute nsIURI popupWindowURI

        
readonly attribute nsIURI requestingWindowURI

Methods


        
void initPopupBlockedEvent(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in nsIURI requestingWindowURI, in nsIURI popupWindowURI, in DOMString popupWindowFeatures)