Closing Second Window

Questions and comments about currently under development PWB v3

Moderators: Tyler, Scott

Post Reply
lwatson
Spectator
Spectator
Posts: 1
Joined: Thu Mar 21, 2013 7:29 am

Closing Second Window

Post by lwatson »

Can't figure out how to configure version3 so that I can close the second window that I have opened atop the first one. I want the first page open in the background but when I am finished with the window that has opened on top I need to be able to get it out of the way.
Laura

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

Re: Closing Second Window

Post by Scott »

Enable the close button.

[Browser]
DisableCloseButton=False

If you want to keep PWB open, set disable exit, or restart on close to true

[Browser]
DisableExit=True

[Security]
RestartOnClose=True

--Scott

Post Reply