function yeniSekmedeAc(url) { var win = window.open(url, '_blank'); win.focus(); } yeniSekmedeAc('https://google.com'); //Örnek kullanım