window.location在新选项卡中打开链接

时间:2019-01-13 04:41:16

标签: javascript hyperlink window.open window.location

到目前为止,我有

<div style="position: absolute; left: 47%; top: 70%; margin-right: -52%; transform: translate(-50%, -50%)" onclick="window.location='https://steamcommunity.com/';">

我想在新标签页中打开此页面,但由于该类是图像,因此在使用window.open时遇到问题。有什么建议吗?

1 个答案:

答案 0 :(得分:0)

您可以改用target =“ _ blank”:

<a href="https://steamcommunity.com/'"  target="_blank"/>