/// <summary>
/// 刷新父窗口
/// </summary>
public static void RefreshParent(string url)
{
#region
string js = @"<Script language='JavaScript'>
window.opener.location.href='"+url+"';window.close();</Script>";
HttpContext.Current.Response.Write(js);
#endregion
}
/// 刷新父窗口
/// </summary>
public static void RefreshParent(string url)
{
#region
string js = @"<Script language='JavaScript'>
window.opener.location.href='"+url+"';window.close();</Script>";
HttpContext.Current.Response.Write(js);
#endregion
}
浙公网安备 33010602011771号