Answers for "how to redirect to another folder html"

1

redirect to folder html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv=Refresh content="0;url=/demo1/"></head></html>
Posted by: Guest on November-15-2021
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 "how to redirect to another folder html"

Browse Popular Code Answers by Language