在iframe中加载页面片段

时间:2012-02-01 12:44:14

标签: html iframe page-fragments

尝试加载页面片段,或者至少跳转到div但没有快乐。

<iframe src="http://myurl.com/#property_details" width="300" height="300">  

    </iframe>

但是iframe没有跳到请求的div,它只是加载整个页面,滚动到顶部。

1 个答案:

答案 0 :(得分:0)

不要认为以这种方式做到这一点。另一种可能性是使用div,通过使用Ajax调用将内容设置为#property_details。

这可能会有所帮助:http://frinity.blogspot.com/2008/06/load-remote-content-into-div-element.html。在示例中,使用了页面的整个html,但是通过在数据之前添加一些jQuery选择,可以选择要插入的内容。