我的功能上有href和onclick事件。
on onclick我有代码导航到perticuar页面。当我点击新选项卡中的打开时,它会打开一个关于以下内容的链接:空白。
你能帮我解决一下吗?
以下是我的代码。
<a href="javascript:void(0);" id="help" onclick="javascript:GoToURL('/html/mystats.cfm')" >Test </a>
答案 0 :(得分:0)
<a href="javascript:void(0);" onclick="window.open('https://www.example.com', '_blank'); ">Test</a>