I’m using xmlhttprequest to call servlet. It is working fine in Firefox. But, in IE, only if I click refresh button, it is working(that too sometimes). Otherwise, it is not triggering. Moreover, the response text is displayed without calling the servlet. Is that using Cache or what? I don’t have any idea . Help me out please.
Share
Thanks one and all. Actually, I used “GET” instead of “POST” while calling the servlet in javascript. When I tried POST, it is working fine.