关闭弹出子窗口,刷新父页面


Page.ClientScript.RegisterStartupScript(Page.GetType(), "go", "window.parent.location.href=window.parent.location.href;", true);


Page.ClientScript.RegisterStartupScript(Page.GetType(), "go", "self.location=self.location;", true);

posted on 2016-11-02 10:30  liuyong9  阅读(249)  评论(0编辑  收藏  举报

导航