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
Got this error for a different issue while using jquery.
Change $(document).ready(function(){}); TO $(window).load(function(){});