kevin7 Posted July 25, 2008 Share Posted July 25, 2008 hello all, i know there is a way to do this, something like pop up a message "Bye, see you around" after the user close the window or click to navigate other pages... what is the javascript event we use for that one? thanks. Link to comment https://forums.phpfreaks.com/topic/116514-perform-action-when-user-navigate-to-other-pages/ Share on other sites More sharing options...
lemmin Posted July 28, 2008 Share Posted July 28, 2008 <SCRIPT FOR = window EVENT = onunload> alert("Bye, see you around"); </SCRIPT> Link to comment https://forums.phpfreaks.com/topic/116514-perform-action-when-user-navigate-to-other-pages/#findComment-601814 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.