gpt4 book ai didi

javascript - 使用脚本(按钮)在 HTML 中的新选项卡中打开链接

转载 作者:行者123 更新时间:2023-12-03 01:01:40 29 4
gpt4 key购买 nike

如何使用 JavaScript 在新选项卡中打开链接?

这是我当前的代码:

 <button id="homePage" class="float-left submit-button">Home</button>
<script type="text/javascript">
document.getElementById("homePage").onclick = function () {
location.href = "https://www.google.com";
};
</script >

最佳答案

您可以在 location.href 之后使用 window.open(url, '_blank');

关于javascript - 使用脚本(按钮)在 HTML 中的新选项卡中打开链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52597702/

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