简体   繁体   中英

Why can't I display this page inside my own page?

This is the page I'm trying to display inside my own page : http://matchhistory.euw.leagueoflegends.com/en/#match-details/EUW1/2468687321

I've tried different ways to achieve it, but they lead to a blank canvas.


Method 1 (unsuccessful) :

<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>

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


Method 2 (unsuccessful) :

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

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


I'm kind of a beginner in various languages, I may be missing some basics. Thanks for your help

That page has headers set that don't allow you to embed it.

"Refused to display in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'."

I think you can get around this by using a HTTP requests.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM