[jQuery] Re: AJAX with IE and method POST

2008-12-27 Thread JQueryProgrammer
Thanks a ton George. You saved my day. I have been trying to getting this issue and was searching for a solution. Your post helped. On Nov 15, 1:29 am, George wrote: > No i did not...I did pass exactly this '{}' (empty JSON data). > > As i said the problem was that i were not reading the InputSt

[jQuery] Re: AJAX with IE and method POST

2008-11-14 Thread George
No i did not...I did pass exactly this '{}' (empty JSON data). As i said the problem was that i were not reading the InputStream till the end cause i knew that data would be empty. And it messes up IE's XMLHttpRequest object so it can not read properly output from the server. George. On Nov 14

[jQuery] Re: AJAX with IE and method POST

2008-11-14 Thread Mike Nichols
did you forget to pass data (data:{}) in the ajax call? I have had that trip me up when doing posts via ajax. On Nov 14, 10:35 am, George <[EMAIL PROTECTED]> wrote: > Hi guys/girls, > I just wanted to post here my problems (and solution) I had been > struggling with last 2 days. > > I was doing J