Joseph Morgan
Published in : 2021-12-22
How can I open URL in new tab & focus on it in Javascript? the url is in the new website, I am using window.open but it's not working as I am expecting
window.open('//localhost:3000/', '_blank');
Thanks in advanced
Join our community and get the chance to solve your code issues & share your opinion with us
Sign up Now
Mohamed Atef Date : 2021-12-22
Best answers
51
Best answers
51
You can try
this should be working as you need, Good luck