Page 1 of 1
Is this possible
Posted: Thu Sep 05, 2019 2:19 pm
by Billywiz
Is it possible within the program to be able to have a popup that dispays with the message "Sorry to see you leave" when the visitor either closes the window or goes back to a previous website.
Cheers
Re: Is this possible
Posted: Thu Sep 05, 2019 2:24 pm
by Pablo
Maybe you can use the 'onunload' event in the page properties?
Re: Is this possible
Posted: Thu Sep 05, 2019 3:13 pm
by Billywiz
How would I add hidden text to the page until it is called by onunload
Re: Is this possible
Posted: Thu Sep 05, 2019 3:33 pm
by Pablo
I think the only thing that will work in 'onunload' is to display an 'alert' (JavaScript).
Re: Is this possible
Posted: Thu Sep 05, 2019 3:59 pm
by Billywiz
Thanks Pablo. I never thought of the javascript option
Re: Is this possible
Posted: Thu Sep 05, 2019 6:35 pm
by alexmasss
Re: Is this possible
Posted: Fri Sep 06, 2019 7:08 am
by Billywiz
Thanks for that alexmass, I'll check it out as I couldn't get the javascript option to work.