Answers for "redirect inertia 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
63

js redirect

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

Browse Popular Code Answers by Language