[jQuery] Re: Ajax not working in Firefox

2009-09-11 Thread Karl Hungus
I reckon you're right Nick - I'm reasonably certain that is the problem. We are using a quite old Java content management system at the server end, and I've already found one place where the direct comparison you mentined is made, so I'm guessing there could well be others within the package itsel

[jQuery] Re: Ajax not working in Firefox

2009-09-10 Thread Karl Hungus
I can see the form data in the body of the post too, using both Live HTTP Headers and Charles. Which I guess only confuses me more. :-) One thing I did notice, is the Content-Type attribute of the request header has "application/x-www-form-urlencoded; charset=UTF-8" for FF3, but only "application

[jQuery] Re: Ajax not working in Firefox

2009-09-08 Thread Karl Hungus
Yes - me. Exactly the same problem as you. FF3.x not liking an Ajax form post. It works if I change the POST to a GET, but that is a bit pants to be honest. I suspect its a FF3 issue, but don't know what. Did you get to the bottom of it ? Rgds, KH. On 4 Sep, 17:20, RPrager wrote: > I'll see