Error: invalid pointer in Internet Explorer

Hi,

While hitting a jsp with list of parameters appended to its URL, It was working fine in Mozilla Firefox, Suddently it broke down in IE saying Error: Invalid Pointer .

Later we come to know that the length of the string becomes a problem. We have gone in alternate way and rectfied this problem. Is there anyway by which I can pass long string as parameter to a URL via XMLHttpRequest?

Comments are closed.