Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

open link in new tab with wondoews.open

window.open("https://...", "_blank", "noopener");
//the 2nd argument opens in a new tab
//the 3rd argument is for security purposes
Source by www.codegrepper.com #
 
PREVIOUS NEXT
Tagged: #open #link #tab
ADD COMMENT
Topic
Name
9+9 =