Answers for "redirect to a url in a new tab in javascript"

5

js redirect to url new tab

window.open('http://stackoverflow.com', '_blank');
Posted by: Guest on June-16-2020

Code answers related to "redirect to a url in a new tab in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language