1

I am aware that this question has been asked a million times but it seems this technology is not possible at the moment as it was in the past. Now that I research on this topic, all the exit intent popup only work when the user moves his pointer away from the document but not when the user closes the window or directs to another page.

In JavaScript, you could achieve the same using the onbeforeunload event but now it isn't possible to override the default message that popups and use your own modal or alert message in place of it.

Is there any alternate way of it? If not in JavaScript, in another technology maybe? Or is it something that is no longer followed anymore?

Mithil Bhoras
  • 337
  • 5
  • 14
  • Possible duplicate of [Is it possible to display a custom message in the beforeunload popup?](http://stackoverflow.com/questions/38879742/is-it-possible-to-display-a-custom-message-in-the-beforeunload-popup) – Dekel Oct 04 '16 at 13:41
  • You can check my answer in the duplicate question I marked. I think it covers what you need. – Dekel Oct 04 '16 at 13:42

0 Answers0