js提示框的共通方法:

 

// msgcss js的提示信息

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

相关文章: