+ 1
How to go new tab with 'link'?
4 Antworten
+ 3
I found. It's possible with attr target and value '_blank'. It is right?
+ 2
Indeed, value '_blank' with JS works to open in a new tab.
0
<a herf="example.html" target=_blank>example</a>
0
@shayne so you meed to put quotes? target= "_blank"