为什么我无法在自己的页面中显示此页面?

时间:2016-01-10 00:38:43

标签: html iframe

这是我试图在自己的页面中显示的页面: http://matchhistory.euw.leagueoflegends.com/en/#match-details/EUW1/2468687321

我尝试过不同的方法来实现它,但它们会导致画布空白。

方法1(不成功):

<div> 
<object type="text/html" data="http://matchhistory.euw.leagueoflegends.com/en/#match-details/EUW1/2468687321" width="800px" height="600px" style="overflow:auto;border:5px ridge blue">
</object></div>

来源:How to load an external webpage into a div of a html page

方法2(不成功):

<div id="help"><iframe src="http://matchhistory.euw.leagueoflegends.com/en/#match-details/EUW1/2468687321" height="500px" width="600px"></iframe></div>

来源:Display the content of a div on another webpage in my website

我是各种语言的初学者,我可能会遗漏一些基础知识。 谢谢你的帮助

1 个答案:

答案 0 :(得分:0)

该页面设置的标题不允许您嵌入它。

&#34;拒绝在框架中显示,因为它设置了X-Frame-Options&#39; to&#39; SAMEORIGIN&#39;。&#34;

我认为你可以通过使用HTTP请求解决这个问题。