ClientScript.RegisterStartupScript(this.GetType(), "a", "<script>window.opener.location.reload();window.close();</script>");
open弹出页面调用此方法时会弹出如图提示框,如何才能避免
window.opener.location=window.opener.location; 这样就可以。