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

后端 未结 8 1496
刺人心
刺人心 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.

    0 讨论(0)
  • 2021-01-04 12:02

    did you try removing handler from "onbeforeunload" event before calling to window.open? This can help but I never tested it.

    0 讨论(0)
提交回复
热议问题