HTML 5 <a> Tag target=&#34;framename&#34; not working with rel=&#34;noreferrer&#34;

时间:2015-06-02 10:44:26

标签: html html5

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浏览器。

有什么理由说这不起作用吗?

0 个答案:

没有答案