JavaScript not being called in inline event handler

后端 未结 4 930
逝去的感伤
逝去的感伤 2020-12-21 16:10

Here is my JavaScript:



        
4条回答
  •  感情败类
    2020-12-21 17:08

    Onsubmit should be set to uploadForm() (that is, the expression you want evaluated), not just the name of the function you want executed.

提交回复
热议问题