Answers for "javascript to redirect to another url by giving relative path"

4

js redirect to relative url

window.location.href = '/path'; //relative to domain
Posted by: Guest on March-10-2020
54

javascript redirect to relative url

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

Code answers related to "javascript to redirect to another url by giving relative path"

Code answers related to "Javascript"

Browse Popular Code Answers by Language