js 提示框

js提示框的共通方法:

 

// msgcss js的提示信息

 protected void JscriptMsgError(string msgcss)
        {
            ClientScript.RegisterStartupScript(this.GetType(), "", "<script>alert('" + msgtitle + "');</script>");
        }

posted @ 2012-11-26 18:11  东北大亨  阅读(162)  评论(0编辑  收藏  举报