I have both href and onclick events on my function.
On onclick i have code to naviage to perticuar page. When i click on open in new tab it opens a link wiht about:blank.
Can you help me what can i dot for this.
Below is my code.
<a href="javascript:void(0);" id="help" onclick="javascript:GoToURL('/html/mystats.cfm')" >Test </a>