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

后端 未结 5 1024
梦毁少年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:35

    Are you sure you have your JavaScript library loaded? (jQuery or Prototype)

    It worked for me in IE7 with Prototype.

    Try:

    alert($('ProductGroupVisibility').id)
    

    See if you get an error.

提交回复
热议问题