here is the code...
<script language=“javascript“>
function doSomething()
{   // 执行自己的javascript   // 继续提交   this.click();}
</script>
<asp:button onmousedown=“doSomething()“ id=“someButton” Text="提交" runat="server">
</asp:button>

相关文章:

  • 2022-01-22
  • 2021-09-30
  • 2021-08-03
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
相关资源
相似解决方案