你还可以在onbeforeunload中使用自定义消息吗?

时间:2017-04-04 07:30:06

标签: javascript jquery onbeforeunload

我知道大多数浏览器已停止支持自定义onbeforeunload消息,但我在Google DoubleClick网站上看到此消息。 这是因为它是一个谷歌网站,他们可以做任何他们想做的事情?

基本的东西

window.onbeforeunload = function () {return 'Custom message'} 

使用https://github.com/codedance/jquery.AreYouSure。我将假设,因为我在上图中看到的自定义消息是在ddm.google.com(谷歌广告平台)上,他们可以覆盖自己的规则吗?

firefox onbeforeunload message custom onbeforeunload message

已修改,因为How can I override the OnBeforeUnload dialog and replace it with my own?由于Chrome和其他浏览器的更改而不再有效

0 个答案:

没有答案