SyntaxFix
Write A Post
Hire A Developer
Questions
You can use this code to open in new tab..
function openWindow( url ) { window.open(url, '_blank'); window.focus(); }
I got it from stackoverflow..