.NET 2.0asp.net (VB)
<asp:DropDownList ID="ddlStpId" runat="server" AutoPostBack="true" ></asp:DropDownList>
在这个DDL的SelectedIndexChanged事件,实际被触发之前,怎么先经过JavaScript的confirm对话框的判断?
在ddlStpId里写onchange="return remind_update();" 导致的结果是 SelectedIndexChanged事件无论如何都不会被调用了。
“确定”才执行SelectedIndexChanged事件,“取消”就不执行SelectedIndexChanged事件。
添加回答
举报
0/150
提交
取消