Answers for "redirect to html file javascript"

50

javascript redirect to another page

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

javascript redirect to file

window.location.href = '../'; //one level up
// or
window.location.href = '/path'; //relative to domain
Posted by: Guest on August-20-2021

Code answers related to "redirect to html file javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language