gpt4 book ai didi

javascript - 检查窗口是否打开并且只打开一个新窗口一次?

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:05:25 25 4
gpt4 key购买 nike

当用户使用 jquery 文档就绪功能访问我的网站时,我使用下面的代码打开一个新窗口。

<script type="text/javascript">

$(document).ready(function(){
window.open('link','title','width=460,height=500,status=no,scrollbars=yes,toolbar=0,menubar=no,resizable=yes,top=460,left=600');
return false
});

</script>

但是,它会在每个包含此代码的页面上不断弹出。我想要做的只是为没有打开此窗口的用户弹出此窗口一次。如果用户打开了这个窗口,它将不再弹出一个新窗口。

那我该怎么做呢??

最佳答案

give the window a name

If a window with the name strWindowName already exists, then strUrl is loaded into the existing window.

只需确保您的开窗器使用相同的名称,以便在具有该名称的窗口已经打开时它们会在同一窗口中打开。 (哇!绕口令!)

关于javascript - 检查窗口是否打开并且只打开一个新窗口一次?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9800129/

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