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
I had missed to put 'var' in front of variable declaration, putting that it solved the issue.
I fixed it to :
var uploadDocument = "Some message";
Root cause was that I had an element in the form with the same id "uploadDocument", hence the above declaration was causing the html to be malformed