这个时候需要用javascript来进行提交

<script language="JavaScript">
<!--

function doAdd() {
    a123.action = "init";
    a123.submit();
}

function doView(operID) {
   a123.action = "view";
    a123.submit();
}



-->
</script>
<form name="a123">
<input type=button onclick="doAdd()">
<input type=button nclick="doView()">
</form>

相关文章:

  • 2022-12-23
  • 2021-08-09
  • 2021-10-10
  • 2021-12-11
  • 2021-05-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案