Answers for "navigate to html page with js"

60

js navigate to another page

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

javascript go to page

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

Code answers related to "navigate to html page with js"

Browse Popular Code Answers by Language