问下mackesWindow插件,如果是<asp:Button ID="Button1" runat="server" Text="Button" OnClientClick="AlertBox()" />服务器控件调用,需要弹几下,这个怎么解决?
解决:
在AlertBox内加个return false;调用时OnClientClick="return AlertBox()" 就可以了
解决按钮回传的问题
原文:http://www.cnblogs.com/huaci/p/3523988.html