gpt4 book ai didi

javascript - 将 Javascript Window.open 函数延迟 2 秒

转载 作者:行者123 更新时间:2023-11-29 20:20:02 25 4
gpt4 key购买 nike

当用户将鼠标悬停在链接上时,我需要延迟 2 秒弹出此窗口。

function open_window() 
{
new_window = open("http://www.mysite.com","site","width=610,height=510,left=600,top=400");
}


<a href="#" onMouseOver="javascript:open_window();" >Popup</a>

最佳答案

<a href="#" onMouseOver="setTimeout(open_window,2000);" >Popup</a>

关于javascript - 将 Javascript Window.open 函数延迟 2 秒,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4524324/

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