Answers for "js to make link open another tab"

18

javascript open link in new tab

function NewTab() { 
            window.open( 
              "https://www.yourURL.com", "_blank");
}
Posted by: Guest on November-18-2019

Code answers related to "js to make link open another tab"

Code answers related to "Javascript"

Browse Popular Code Answers by Language