js 提示框

js提示框的共通方法:

// msgcss js的提示信息

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

原文地址:https://www.cnblogs.com/northeastTycoon/p/2789504.html