Answers for "javascript redirect to another path"

4

js redirect to relative url

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

javascript redirect to another url example

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

change windlow location relitave to current one

//Only line of code:
window.location.href = '../'; //one level up
Posted by: Guest on November-22-2020

Code answers related to "javascript redirect to another path"

Code answers related to "Javascript"

Browse Popular Code Answers by Language