I am trying to open a link in new window, tried out some codes but they are displaying it in new tab . Any suggestions please...
<a href="https://www.google.co.in/" target="_blank" >Demo</a> // this opens in new tab
<li onclick="window.open('https://www.google.co.in/')">Demo</li> // this is also opening in new tab
Thanks in Advance