I'm facing a little issue over here.
If I set the rel attribute to noreferrer, my target attribute is not working anymore.
It still opens a new tab if you click on it twice, instead of using the tab created on the first time.
Here some Code:
<p><a href="http://www.google.de" target="test" rel="noreferrer">Click me</a></p>
jsfiddle not working so look at this one:
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_a_target(将_blank更改为您喜欢的名称)
注意:如果您首先在没有rel
的情况下进行尝试并且没有关闭已打开的标签,target
可以与rel
我已经尝试过使用Chrome和IE浏览器。
有什么理由说这不起作用吗?