Internet Explorer calling [removed] on window.open and AJAX calls

后端 未结 8 1541
刺人心
刺人心 2021-01-04 11:21

Ok, I have spent a while on this problem and this is what I have gathered:

  1. If you make an AJAX call in IE7 and you have a window.onbeforeunload function spe

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

    I figured that you just need to unset the window.onbeforeunload function before you do anything and then put it back when you're done.

    I just ended up disabling the feature in IE.

提交回复
热议问题