当我调用iframe时如何刷新父页面?

时间:2014-02-10 07:13:52

标签: php

成功通过iframe提交编辑页面后,我想刷新父页面。

iframe代码:

<iframe id="docframe" name="docframe" src="includedocinfo.php" 
       height="550" width="900px" scrolling="auto"  frameborder="0" >
</iframe>

1 个答案:

答案 0 :(得分:0)

从iframe重新加载父级的父级位置

parent.location.reload();

Just see this link