Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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.
);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #tab
ADD COMMENT
Topic
Name
7+8 =