gpt4 book ai didi

javascript - 如何在新窗口中打开脚本/链接?

转载 作者:行者123 更新时间:2023-12-02 19:49:24 25 4
gpt4 key购买 nike

这些书签脚本在 target="_self"中打开。如何打开 target="_blank"中的脚本/链接?

这个:

<a href="http://www.reddit.com/submit" onclick="window.location = 'http://www.reddit.com/submit?url=' + encodeURIComponent(window.location); return false"> <img src="http://www.reddit.com/static/spreddit7.gif" alt="submit to reddit" border="0" /> </a>

还有这个:

<script type="text/javascript" src="http://www.reddit.com/buttonlite.js?i=1"></script>

最佳答案

您可以使用window.open(...)方法

<a href="#" onclick="window.open('http://www.reddit.com/submit?url=' + encodeURIComponent(window.location));">open window</a>

关于javascript - 如何在新窗口中打开脚本/链接?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9490243/

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