Answers for "how to open a website js html"

5

javascript open url

window.location.href = "http://example.com/";
Posted by: Guest on May-21-2020
0

open another page js

window.open('https://www.codexworld.com', '_blank');
Posted by: Guest on January-22-2021

Code answers related to "how to open a website js html"

Code answers related to "Javascript"

Browse Popular Code Answers by Language