Answers for "how to go one page to another page in html using javascript"

63

go to another page javascript

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

Code answers related to "how to go one page to another page in html using javascript"

Browse Popular Code Answers by Language