gpt4 book ai didi

javascript - html:单击链接时执行功能,获得警报,然后重定向到另一个页面

转载 作者:行者123 更新时间:2023-11-28 04:01:05 26 4
gpt4 key购买 nike

合并两个字符串的最佳方式是什么

字符串 1:

<a href="javascript:myFunc();" onclick="alert('myFunc executed')">Click here</a>

和字符串 2:

<a href="http://google.com">click here</a>

这样:myFunc() 执行;警报出现;单击警报后,页面将重定向到 http://google.com

我问的是最正确的方法。

谢谢。

最佳答案

使用:

<a href="http://google.com" onclick="myFunc(); alert('myFunc executed'); return true">click here</a>

关于javascript - html:单击链接时执行功能,获得警报,然后重定向到另一个页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21829351/

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