Answers for "how to redirect to a new local html page javascript"

60

javascript redirect to another web page

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

Code answers related to "how to redirect to a new local html page javascript"

Browse Popular Code Answers by Language