标签: php
成功通过iframe提交编辑页面后,我想刷新父页面。
iframe代码:
<iframe id="docframe" name="docframe" src="includedocinfo.php" height="550" width="900px" scrolling="auto" frameborder="0" > </iframe>
答案 0 :(得分:0)
从iframe重新加载父级的父级位置
parent.location.reload();
Just see this link