超链接onClick window.open

时间:2015-12-31 10:10:52

标签: hyperlink onclick

您好我使用如下所示的超文本链接:

<a target="_blank" href="#" onClick="window.open('http://www.2n.cz/en/products/m2m/smartcom-pro/', '_blank')">basic information</a>

我使用此脚本时遇到问题,浏览器总是为我打开2个新标签。一个是我写的地址,第二个是我的网址。如何解决这个问题我想留在我的页面上,但想打开一个带有地址的新标签。非常感谢你的帮助! 使用Chrome,Firefox。

1 个答案:

答案 0 :(得分:0)

试试这段代码。

<a target="_blank" href="#" onclick="JavaScript: return !window.open('http://www.2n.cz/en/products/m2m/smartcom-pro/');">basic information</a>