javascript 如何将smoke.js 与onbeforeunload 一起使用?
我正在使用 smoke.js 创建一些简洁的警报:)
当我尝试在onbeforeunload
事件。
我这样放置它:
<body onbeforeunload="javascript:tstconfirm();">
但看起来脚本被卸载或其他原因,因为脚本不起作用。
如果我尝试:
<body onbeforeunload="javascript:alert('test');">
警报有效。
关于如何解决这个问题有什么想法吗?
谢谢
i am using smoke.js to create some neat alerts :)
the problem comes when i try to use it on the onbeforeunload
event.
i place it like this:
<body onbeforeunload="javascript:tstconfirm();">
but looks like the script gets unloaded or something because the script doesn't work.
if i try:
<body onbeforeunload="javascript:alert('test');">
the alert works.
any ideas on how to fix this ?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
固定的。
fixed.