Answers for "route redirect js"

1

JS redirect

window.location.href = "/"; // appears on history
window.location.replace("/"); // does not appear on history
Posted by: Guest on April-15-2022
60

js redirect

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language