javascript如何刷新父页面
用iframe、弹出子页面刷新父页面iframe
<script language="javascript"> window.parent.dialogArguments.document.execCommand('Refresh');</script>
?