Type: String
Use the PopupWindowFeatures property to control the size, location, and features (such as status bar, scroll bars, etc) of the window that BrowserHawk popups up for the PopupsBlocked test. This property is generally only set when using the Advanced Option of the PopupsBlocked check.
Example:
bhObj.PopupWindowFeatures = "width=300,height=150,location=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,top=300,left=300"
Tip: See the source for the BrowserHawk popupcheck.asp sample (\Program Files\cyScape\BrowserHawk\samples\ASP) for more details on detecting blocked popups.
See Also: