通过ajax加载的html页面和iframe内部令人耳目一新

时间:2014-01-16 11:42:53

标签: javascript jquery html ajax

我有一个名为store.html的html页面和iframe加载javascript里面(确切地说是一个Nimbit商店),当我通过我的index.html上的ajax从菜单调用store.html时,商店页面正常加载但是当包含javascript完成加载的iframe刷新整个网站时。 我怎么能阻止那个? 提前谢谢你们。我很高兴,我正在学习......

我如何通过index.html菜单中的ajax调用它:

<li>
   <a href="store.html" class="page-by-ajax" data-ajax-options='{"target" :"#custom-page"}'>STORE</a>
</li>

我在store.html中的框架

<iframe src="http://www.nimbitmusic.com/theit_boy.1"
            marginwidth="0" marginheight="0" name="ventana_iframe" scrolling="no" border="0" refresh="0"
            frameborder="0" width="800" height="600">
</iframe>

2 个答案:

答案 0 :(得分:0)

问题不够清楚。通常情况下,如果页面被刷新,则在ajax加载中。首先需要确保,每次调用都会“返回false”。

答案 1 :(得分:0)

我们需要查看生成的iFrame页面的来源 - 如果它有javascript,听起来好像有可能在做一个parent.reload