Answers for "change web page with javascript"

0

change page from js

document.location.href = newUrl;
Posted by: Guest on May-09-2021
50

javascript redirect

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

Code answers related to "change web page with javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language