vbs没有试过
<script>
function f2.onsubmit()
  {f1.submit()
  }
</script>一定可以

解决方案 »

  1.   

    <input type="button" onclick="this.form.submit();document.anotherform.submit()">
    因为你的第一个form是本页,所以必须后提交
      

  2.   

    xinyunyishui(心云意水) :
    在页面中你的f2对应我的form2,我按你的做法运行,系统提示form2未定义
     BubbleInDiamond(以下想法纯属虚构:
    onclick="this.form.submit();document.anotherform.submit()",报错说this.form为空或不是对象,当然我已经把它改成我页面中的form
    还是一个问题,在table中为什么会找不到form??!!!