Answers for "navigate to a page in javascript"

15

javascript redirect

<script>
  window.location.href = "http://mywebsite.com/home.html";
</script>
Posted by: Guest on April-13-2020
50

js navigate to another page

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

Code answers related to "navigate to a page in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language