3

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

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

这是一个JSBin和一个JSFiddle

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

4

2 回答 2

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

于 2013-04-14T00:16:13.100 回答
-3

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

于 2013-04-14T00:22:02.413 回答