gpt4 book ai didi

javascript - 我希望下面的按钮代码打开一个新选项卡,其中包含从 js 变量中获取的 URL

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

你能帮我解决以下问题吗?我有一个按钮代码如下所示:

    <button type="button" onclick= "location.href=document.getElementById('Text1').value;return false;" class="btn btn-danger">Launch Console</button>

这里我有从 javascript 变量中获取的 URL 值。无论如何我可以在新标签页中打开相同的内容吗?目前它正在同一窗口/选项卡中加载。

最佳答案

<input id=text type=text>
<button onClick="window.open(document.getElementById('text').value, '_blank');">URL In New Tab</button>

就像我说的,仔细阅读副本。并且不要使用 location.href

DEMO

关于javascript - 我希望下面的按钮代码打开一个新选项卡,其中包含从 js 变量中获取的 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41320861/

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