Answers for "javascript redirect to page without full url"

15

javascript redirect

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

jquery redirect to url

$(location).attr('href', 'https://google.com');
Posted by: Guest on February-25-2020

Code answers related to "javascript redirect to page without full url"

Code answers related to "Javascript"

Browse Popular Code Answers by Language