首页 > 代码库 > 刷新父页面

刷新父页面

用iframe、弹出子页面修改内容后刷新父页面iframe

<script language=JavaScript>
parent.location.reload();
</script>

刷新父页面