Ajax request problem: error 80020101

前端 未结 14 2086
[愿得一人]
[愿得一人] 2020-11-30 13:47

I have a request which returns a jsp page. But the fact is, the jsp includes jsp:include in it(it calls another jsp file in it) and ie gives the error 80020101.

Any

14条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 14:19

    I experienced this error when using jQuery 1.10.2 and was loading a file that didn't exist.

    So make sure the file you try to load is correct, otherwise IE8 can throw the 80020101 error.

提交回复
热议问题