Answers for "window.location.href to same page"

1

window.location.href another tab

window.open(
  'https://support.wwf.org.uk/earth_hour/index.php?type=individual',
  '_blank' // <- This is what makes it open in a new window.
);
Posted by: Guest on May-05-2021
-3

window.location.href

window.location.href
Posted by: Guest on December-12-2020

Code answers related to "window.location.href to same page"

Code answers related to "Javascript"

Browse Popular Code Answers by Language