弹出框page.ClientScript.RegisterStartupScript(page.GetType(), "append_message", js);

源自   LawRecorder\LawRecorder\Luan.LawRecorder.UI\Common\WebControl\PageControl.ascx    WebUtils.cs 

   string js = "<script>alert('" + message + "');</script>";

            page.ClientScript.RegisterStartupScript(page.GetType(), "append_message", js);

 

 

比较 EWTSystem.CRM 里的弹出框

posted @ 2013-01-31 13:21  Mark1997  阅读(957)  评论(0编辑  收藏  举报