/// <summary>
    /// 不弹出提示信息,刷新父窗体
    /// </summary>
    public void Alert()
    {
        string scriptString;
        scriptString = "<script>window.opener.window.document.forms(0).submit();window.close();</script>";
        RegisterClientScriptBlock("aaa", scriptString);
    }
	
posted on 2010-10-26 16:04 
无声 阅读(397) 
评论(0)  编辑  收藏