Page 1 of 1

Closing Second Window

Posted: Thu Mar 21, 2013 7:35 am
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

Re: Closing Second Window

Posted: Thu Mar 21, 2013 12:43 pm
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