Ajax request problem: error 80020101

前端 未结 14 2075
[愿得一人]
[愿得一人] 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:26

    Got this error for a different issue while using jquery.

    Change $(document).ready(function(){}); TO $(window).load(function(){});

提交回复
热议问题