Answers for "window.location. open in new tab"

2

javascript window.location new tab

window.open('https://example.org', '_blank');
Posted by: Guest on June-08-2020
1

JS open window in new tab

window.open('page.html', '_newtab');
Posted by: Guest on March-17-2022

Code answers related to "window.location. open in new tab"

Code answers related to "Javascript"

Browse Popular Code Answers by Language