gpt4 book ai didi

javascript - Firefox 4 onBeforeUnload 自定义消息

转载 作者:IT王子 更新时间:2023-10-29 02:50:58 32 4
gpt4 key购买 nike

在 Firefox 3 中,我能够编写自定义确认弹出窗口:

window.onbeforeunload = function() {
if (someCondition) {
return 'Your stream will be turned off';
}
}

现在在 Firefox 4 中,它不显示我的自定义消息。它提供的默认消息甚至与我的应用程序所做的都不准确。

firefox 4 confirm

可以覆盖此默认消息吗?

最佳答案

来自 MDN :

Note that in Firefox 4 and later the returned string is not displayed to the user. See Bug 588292.

这个“Bug”实际上是一个(恕我直言,有问题的)特性..所以没有办法在 Firefox 4 中显示消息。如果你认为它应该改变,评论那个 Bug 这样 Firefox 开发者就会知道人们实际上希望能够显示自定义字符串。

关于javascript - Firefox 4 onBeforeUnload 自定义消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5398772/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com