无法将网站加载到Iframe中

时间:2016-03-28 13:44:11

标签: iframe

我试图插入此网站:" http://www.sapo.pt/noticias/tecnologia"进入IFrame:

 <html>
<body>
<iframe src="http://www.sapo.pt/noticias/tecnologia"></iframe>
</body>
</html>

But nothing appears on the iframe

1 个答案:

答案 0 :(得分:0)

打开浏览器的开发人员工具。看看控制台。阅读错误消息。

  

拒绝在相框中显示“http://www.sapo.pt/noticias/tecnologia”,因为它将“X-Frame-Options”设置为“DENY”。

该网站不允许其他网站将其放入框架中。

相关问题