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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -