Answers for "how to load another page in javascript"

1

open another page js

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

javascript link to another page

window.location.href = "http://mywebsite.com/home.html";
Posted by: Guest on July-18-2019
1

open another page js

<a href="https://www.codexworld.com" target="_blank">Visit CodexWorld</a>
Posted by: Guest on January-22-2021

Code answers related to "how to load another page in javascript"

Browse Popular Code Answers by Language