单击iframe中的链接完全没有效果

时间:2013-04-14 00:14:13

标签: javascript html

在谷歌浏览器中,我注意到点击某些链接似乎根本没有效果:

<a href="http://google.com">clicking this link does nothing at all.</a>

以下是JSBinJSFiddle

这是正常的,还是表明最新版Google Chrome存在某种错误?我之前从来没有遇到过这个问题,像这样的链接曾经对我有用。

2 个答案:

答案 0 :(得分:7)

如果您查看开发者控制台,则会看到以下内容:

Refused to display 'https://www.google.com/' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.

请参阅https://developer.mozilla.org/en-US/docs/HTTP/X-Frame-Options

答案 1 :(得分:-3)

这是因为您无法在iframe中显示外部网页。这是一个浏览器限制,主要出于安全原因