javascript & popup windows

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

Post Reply
pwbegvpl
Observer
Observer
Posts: 2
Joined: Thu Jun 19, 2003 12:48 pm

javascript & popup windows

Post by pwbegvpl »

We are having a problem getting PWB to open or allow popup windows that are opened using javascript.

This is PWB 2.0.3.0 and we are running it in kiosk mode. Testing indicates that javascript itself is working correctly except for starting secondary windows.

Any suggestions on what to look at to debug the problem?

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

Post by Scott »

Add "+JavaScript" to your URL filter file.

Make sure you do not have pop-up windows disabled. You need to have the following settings in the INI to allow pop ups.

[Browser]
...
DisableNewWindow=False
...

[SecondWindow]
...
LimitCount=
OpenInParentWindow=False
DisableUnrequested=False
...

--Scott

pwbegvpl
Observer
Observer
Posts: 2
Joined: Thu Jun 19, 2003 12:48 pm

Post by pwbegvpl »

We got the popup window to open but now there is no way to close it, move it, resize it or do anything else with it. I tried changing the [second window] for
DisableMinimizeButton=False
DisableMaximizeButton=False
DisableMoveWindow=False
but that hasn't worked. The only way to get the second window gone is to log off.

Post Reply