It's possible to show some message on the page when you set mouse cursor on the browser back button? I don't want to use window.onbeforeunload
, because it's irritating. I use ajax and I want to inform users that if they want to go back to the previous page on my web portal they should use a different button.
Is it possible to do it?
Thanks for your help