onsubmit=“return false” has no effect on Internet Explorer 7/8 (form is still submitted)

后端 未结 14 1998
耶瑟儿~
耶瑟儿~ 2020-12-11 04:03

I have a form that will be submitted by javascript code triggered in \"onsubmit\" of the tag. Works fine on all browsers - but not on IE7/IE8.

What can I do?

<
14条回答
  •  一整个雨季
    2020-12-11 04:19

    
    
    
    [...]

    The attach event method only works only for IE7/8. If you want a reliable cross browser solution you should use addEventListener as an alternative.

    Hope it helps

提交回复
热议问题