Javascript form submit: Object doesn't support this property or method (IE7)

后端 未结 5 1026
梦毁少年i
梦毁少年i 2020-12-20 23:14

I\'m trying to submit a form with javascript. Firefox works fine but IE complains that \"Object doesn\'t support this property or method\" on the submit line of this functio

5条回答
  •  借酒劲吻你
    2020-12-20 23:41

    What javascript framework are you using? If it's jQuery I think you'll need to add # to your id:

    $('#ProductGroupVisibility').submit();
    

提交回复
热议问题