用iframe、弹出子页面修改内容后刷新父页面iframe
<script language=JavaScript>
parent.location.reload();
</script>
刷新父页面
原文:http://www.cnblogs.com/niuxi/p/7067491.html