弹出窗口后向窗口刷新,会出现确认提示的问题

弹出窗口后向窗口刷新,会出现确认提示的问题

JS:

this.close();window.opener.location.href=window.opener.location.href;

CS:

  ScriptManager.RegisterClientScriptBlock(this.Page, Page.GetType(), "closeWin_1", "<script> this.close();window.opener.location.href=window.opener.location.href;</script>", false);

你可能感兴趣的:(弹出窗口后向窗口刷新,会出现确认提示的问题)