Posts by Anaru • 1 point
1 post
-
-1
votes1
answer49
viewsQ: Open new window in javascript without focus
I’m trying to open a new window without losing the focus of the main but it doesn’t work: function openUrl() { window.open(url); window.focus(); }
javascriptasked Anaru 1