IE 11 error - Access is denied - XMLHttpRequest

前端 未结 2 1711
青春惊慌失措
青春惊慌失措 2021-01-04 20:25

I\'m having a peculiar error with IE11 and ajax. For nearly all the requests I make using the code below, everything is fine, yet when I try use in conjunction with a copy+p

2条回答
  •  情歌与酒
    2021-01-04 20:44

    setTimeout(function() {
            ajaxRequest('save_mark','save_mark_completed',[60962,1284,5]) 
        }, 1);
    

    This did work for me for the first call after page load but later calls again started to show Access is denied error

提交回复
热议问题