Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户离开我想给消息的页面时,你想离开吗?我在javascript中的函数pageUnload()事件中处理这个。但是我不想在页面回发中调用它,当他们导航到不同的页面时我想调用它
调查window.onbeforeunload。
window.onbeforeunload
请注意,Firefox 4 及更高版本不会向用户显示自定义消息(但它们会显示一个对话框,询问用户是否要离开)。Safari、Chrome 和 IE 都会。