【发布时间】:2012-08-05 08:54:50
【问题描述】:
我在 asp.net Web 应用程序中使用以下消息框。现在我想将此消息框转换为确认消息框,并在它为真时执行某些操作,否则意味着拒绝申请。
ScriptManager.RegisterStartupScript(this, this.GetType(), "temp", "<script language='javascript'>alert('Are you sure, you want to apply?');</script>", false);
【问题讨论】:
-
确认你想做什么客户端功能或服务器端调用??