防止 JS-Window 关闭而不显示提示
在我的 MS CRM 4.0 应用程序中,在窗口关闭之前有几件事要做。 所以我必须在 onbeforeunload 函数中阻止窗口关闭,并在不同的位置执行我的操作。 这已经有效,但前提是我通过在 onbeforeunload 函数中返回一些消息来显示对话框,并且用户选择“留在页面上”(或类似的内容)
是否可以跳过此对话框并阻止窗口关闭?
我知道这不起作用有几个原因,但是,例如在我的 CRM 应用程序中,它是必要的。
In my MS CRM 4.0-application, there are several things to do before the window is closed.
So I have to stop the window from closing in the onbeforeunload-function and do my stuff in different locations.
This works already, but only if I show the dialog by returning some message in my onbeforeunload-function and the user chooses "stay on page" (or something like this)
Is it possible to skip this dialog and stop the window from closing?
I know there are several reasons, why this shouldn't work, but, e.g. in my CRM-application it is neccessary.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论