html - stackoverflow page not appearing inside iframe -


i used display web pages in iframes. when tried display stackoverflow user info in iframe, went wrong. content not getting displayed. may possible reason (or reasons) behavior? how can display page in iframe? possible display in iframe pure html or there need javascript or ajax or that? if not possible, there workaround this?

here live demo.

a possible reason same of google. sites not allow sites iframed.

to quote @daan: google uses x-frame-options http header disallow putting pages in iframes: https://developer.mozilla.org/en/the_x-frame-options_response_header

could case too.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -