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
Is this possible
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- Billywiz
-
- Posts: 161
- Joined: Thu Jul 17, 2008 3:32 pm
- Location: UK
- Contact:
- Pablo
- Posts: 23617
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Is this possible
Maybe you can use the 'onunload' event in the page properties?
- Billywiz
-
- Posts: 161
- Joined: Thu Jul 17, 2008 3:32 pm
- Location: UK
- Contact:
Re: Is this possible
How would I add hidden text to the page until it is called by onunload
- Pablo
- Posts: 23617
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Is this possible
I think the only thing that will work in 'onunload' is to display an 'alert' (JavaScript).
- Billywiz
-
- Posts: 161
- Joined: Thu Jul 17, 2008 3:32 pm
- Location: UK
- Contact:
Re: Is this possible
Thanks Pablo. I never thought of the javascript option
-
-
- Posts: 102
- Joined: Mon Sep 28, 2015 4:25 pm
- Billywiz
-
- Posts: 161
- Joined: Thu Jul 17, 2008 3:32 pm
- Location: UK
- Contact:
Re: Is this possible
Thanks for that alexmass, I'll check it out as I couldn't get the javascript option to work.