Answers for "how to move to another page html by js"

60

go to another html page in javascript

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

Code answers related to "how to move to another page html by js"

Browse Popular Code Answers by Language