iframe刷新父页面
parent.location.reload();
iframe 一个子页面操作过后,刷新指定子页面
parent.frames('ifrmname').location.reload()