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.

www.identifix.com Feedback header

Read more .

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -