0

Does anyone know if it's possible to show a popup model on page exit(close tab/refresh/go back) with images and text using Javascript/jQuery?

The closest thing I found was beforeunload but it seems to only show an alert prompt with a predefined message.

Toxnyc
  • 1,350
  • 7
  • 20

1 Answers1

0

I don't think modern browsers support a custom message in the beforeunload modal popup. Check this post for a discussion on browser compatibility

traderjosh
  • 321
  • 5
  • 16