How can I turn off pop up blocker ??? Our app does not work

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

Post Reply
dhocutt
Spectator
Spectator
Posts: 1
Joined: Thu Jan 05, 2006 3:31 pm

How can I turn off pop up blocker ??? Our app does not work

Post by dhocutt »

How can I turn off the PWB pop-up blocker ?? Please help.
I want to turn it OFF

Scott
Site Admin
Site Admin
Posts: 2539
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by Scott »

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

Post Reply