<script language="javascript">
    //表单提交
    function submit1(obj){
        obj.submit();
    }
    </script>

 

________________________________________________________________________________________________________________________________

_____________________________________________onclick事件调用方法___________________________________________________________________________________

  1. <form id="form1" name="form1" method="post" action="mzwucom.asp">  
  2.       UserNmae:  
  3.       <input name="username" type="text" id="username" size="10" maxlength="10" />  
  4.       <input type="button" name="Submit" value="提交" onclick="submit1(this.form);" />  
  5.     </form>  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-25
猜你喜欢
  • 2021-12-12
  • 2021-08-08
  • 2022-12-23
  • 2021-08-13
  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
相关资源
相似解决方案