Answers for "window redirect to another html page"

50

javascript redirect page

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

html redirect to another page

<script>
  function foo() {
  	window.location.href = url
  }
</script>
Posted by: Guest on December-09-2020

Code answers related to "window redirect to another html page"

Code answers related to "Javascript"

Browse Popular Code Answers by Language