ShowInformationBar specifies whether to show the Information Bar when a pop-up window is blocked.
Values
true | Shows the Information Bar when a pop-up window is blocked. This is the default value. |
false | Does not show the Information Bar when a pop-up window is blocked. |
Valid Passes
Parent Hierarchy
Applies To
XML Example
The following XML output shows how to configure the Pop-up Blocker.
<AllowedSites>http://www.fabrikam.com;http://www.contoso.com</AllowedSites>
<FilterLevel>High</FilterLevel>
<PlaySound>false</PlaySound>
<ShowInformationBar>false</ShowInformationBar>
See Also