IE11-Only Submit Bug

前端 未结 8 1240
我寻月下人不归
我寻月下人不归 2021-02-01 18:44

I have a form on a page, something simple like:

8条回答
  •  耶瑟儿~
    2021-02-01 19:12

    A form without named element will result in an infinite loop on submit on IE11 + W8.1. To fix that, simply add an attribute name to the button:

    
      
    
    

提交回复
热议问题