标签: iframe
我正在尝试将网站www.zillow.com嵌入iframe
<iframe src="http://www.zillow.com" style="width:33%;height:440px;" scrolling="yes" marginwidth="0" marginheight="0" frameborder="0"><p><b>Zillow</b></p></iframe>
但它不会返回任何空白,请告知
答案 0 :(得分:2)
我不是这方面的专家,但我猜他们是否通过.htaccess和/或javascript阻止iframe访问
有关其他信息here和here
答案 1 :(得分:0)
是的,我能够在iframe中嵌入其他网站,如redfin和mris,但不能嵌入zillow .. 他们会阻止iframe访问。 无论如何,感谢您的指导