How to prevent buttons from submitting forms

后端 未结 17 2061
礼貌的吻别
礼貌的吻别 2020-11-21 04:43

In the following page, with Firefox the remove button submits the form, but the add button does not.

How do I prevent the remove button from submitting t

17条回答
  •  不思量自难忘°
    2020-11-21 05:22

    I am sure that on FF the

    removeItem 
    

    function encounter a JavaScript error, this not happend on IE

    When javascript error appear the "return false" code won't run, making the page to postback

提交回复
热议问题