gpt4 book ai didi

php - 浏览器关闭时显示弹出窗口

转载 作者:行者123 更新时间:2023-11-30 08:15:00 28 4
gpt4 key购买 nike

浏览器关闭时弹出

我正在使用 onbeforeunload 事件

<script>
function showPopup()
{

urlstring = "http://www.mydomain.com/popup.php";
window.open(urlstring,'mywin',"height=400px,width=500px,status=no,toolbar=no");

}



</script>

<body onbeforeunload="showPopup(); ">

但当我按下空格键和刷新页面时,它也会显示弹出窗口。

我只想在浏览器关闭时显示弹出窗口,而不是在返回空格时显示。

但它显示了所有条件。

请为此建议我任何其他解决方案。

最佳答案

这每次都会显示一个弹出窗口,因为 onbeforeunload 事件不知道您要离开的域,它只知道当前页面正在为新页面卸载。

关于php - 浏览器关闭时显示弹出窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5190367/

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