html - Cannot pull webpage into an iframe? -
I am trying to drag a webpage into an iframe on another webpage but it is giving me a blank box. Any idea why this is not working?
My page: ()
Iframe code:
& lt; Iframe src = "https: //www.identifix.com/FOTW/FixFrame.aspx" width = "700" height = "600" scrolling = "no" id = "infra-spam" frameborder = "0" & gt; & Lt; / Iframe & gt;
www.identifix.com using external domains Their block site in an iframe. You can see here that they have set up X-Frame-Options: SAMEORIGIN which iframing all external domains on their site.
Read more .
Comments
Post a Comment