问下mackesWindow插件,如果是<asp:Button ID="Button1" runat="server" Text="Button" OnClientClick="AlertBox()" />服务器控件调用,需要弹几下,这个怎么解决?

 

解决:

在AlertBox内加个return false;
调用时OnClientClick="return AlertBox()" 就可以了

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2021-11-04
猜你喜欢
  • 2021-11-15
  • 2021-08-04
  • 2022-12-23
  • 2021-12-05
  • 2021-05-17
  • 2022-12-23
  • 2021-06-27
相关资源
相似解决方案