lz不如把 submit改成button
    onclick=“checkForm(trkrq,thgbhrk,thzmc,tkwh,tskpmc,tjz,js) ”checkForm(trkrq,thgbhrk,thzmc,tkwh,tskpmc,tjz,js) {
   document.forms(0).submit()}
  

解决方案 »

  1.   

    用不着传那么多的参数进去的  用 document.forms[0].name.value 也可以取到参数 不知道楼主的js报错了吗?这段代码有什么问题
      

  2.   

    <input type="submit" name="Submit2" value="保存" accesskey="Ctrl+s" id="Submit2" onclick="document.execCommand('SaveAs')" > type = "submit" 改成  type = "button"
     试试吧
      

  3.   

    把submit改成Button   然后到js里面 最后   document.form.frmName.submit()