Answers for "redirect to new js file js html5"

50

redirect script javascript

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 "Javascript"

Browse Popular Code Answers by Language