Basically I just want to click on the link an a new window should open. But the window does open in a new tab. Not sure why
<a href="http://www.google.com" target="_blank" style="font-size: 12px;" onclick="popupwindow(this.href, 'Redirect to')"><b>Link</b></a>
The JS: Fiddle link