Answers for "navigate to another url js"

1

navigate to url javascript

window.location.href = '...';
Posted by: Guest on September-24-2021
63

js navigate to another page

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

Browse Popular Code Answers by Language