天天看点

点击按钮时提示确认

2015-11-19 11:40:44

存在问题:

页面点击按钮没有弹窗提示

解决方案:

添加一下代码或属性

<asp:ImageButton ID="btnConfirm" runat="server"  
          OnClientClick="if(!confirm('您真的确定提交?'))return false;" 
          ImageUrl="~/images/pp/ok.gif"  onclick="btnConfirm_Click"/>