IE11-Only Submit Bug

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

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

8条回答
  •  天涯浪人
    2021-02-01 18:55

    Your problem is caused by a issue with .net 4 on server side. Please read this: 'WebForm_DoPostBackWithOptions' is undefined in IE11 Preview

    You can enable your IE debug function and try submit, you may see the error: WebForm_DoPostBackWithOptions

    I fixed a similar submit problem for IE11 by patch this: http://support.microsoft.com/kb/2836939

提交回复
热议问题