Answers for "javascript change page location"

0

change page from js

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

js onclick redirect

<button onclick="location.href='www.yoursite.com'">Click Me</button>
Posted by: Guest on June-16-2020
0

change window location javascript

location.replace("https://www.w3schools.com");
Posted by: Guest on May-19-2021

Code answers related to "javascript change page location"

Browse Popular Code Answers by Language