How can I turn off the PWB pop-up blocker ?? Please help.
I want to turn it OFF
How can I turn off pop up blocker ??? Our app does not work
Moderators: Tyler, Scott, PWB v2 Moderator
There are a few settings that deal with pop-ups.
Turn off the pop-up filter:
[Security]
...
ClosePopupAds=False
...
Enable pop-up windows:
[Browser]
...
DisableNewWindow=False
...
Do not limit pop-up count:
[SecondWindow]
...
LimitCount=
...
Allow pop-up window in own window:
[SecondWindow]
...
OpenInParentWindow=False
...
Allow unrequested pop-up window:
[SecondWindow]
...
DisableUnrequested=False
...
--Scott
Turn off the pop-up filter:
[Security]
...
ClosePopupAds=False
...
Enable pop-up windows:
[Browser]
...
DisableNewWindow=False
...
Do not limit pop-up count:
[SecondWindow]
...
LimitCount=
...
Allow pop-up window in own window:
[SecondWindow]
...
OpenInParentWindow=False
...
Allow unrequested pop-up window:
[SecondWindow]
...
DisableUnrequested=False
...
--Scott