我正在使用以下脚本来显示确认消息框。我想检查确认状态是否正常。我怎样才能检查这个?
ScriptManager.RegisterStartupScript(this, this.GetType(), "temp", "<script language='Javascript'>confirm('ERROR ALERT : " + status + " You can not create record for the above list! Do you want to proceed ?');</script>", false);