几种页面刷新方式

刷新父页面      
this.Response.Write("<script>window.opener.location.reload(); </script>");

//关闭当前子窗口,刷新父窗口
//this.Response.Write("<script>window.opener.location.href=window.opener.location.href;window.location.reload();</script>");
//this.Response.Write("<script>window.opener.location.replace(window.opener.document.referrer);window.close();</script>");
//3、当前画面关闭,返回“工艺路线审批流程明细画面”,并刷新
// Response.Write("<script>window.dialogArguments.window.location = window.dialogArguments.window.location;self.close()</script>");

posted @ 2013-02-26 16:48  帅的纯净水  阅读(235)  评论(0编辑  收藏  举报