x27;s a bit more
> here:http://209.85.229.132/search?q=cache:t9DvR4ZnRJ4J:www.experts-exchang...
>
> Cheers,
>
> KH
>
> On 8 Sep, 12:56, Nick Fitzsimons wrote:
>
> > 2009/9/4 RPrager :
>
> > > Here is the only difference I found in the Request Headers:
> If the body of the request contains the form data then the problem is
> on the server; if not, then the problem is on the browser. If the
> problem is on the browser then more digging will be required, but if
> it's on the server then the information about the whole request
> (headers and body)
> If the body of the request contains the form data then the problem is
> on the server; if not, then the problem is on the browser. If the
> problem is on the browser then more digging will be required, but if
> it's on the server then the information about the whole request
> (headers and body)
. Can't remember which versions exactly, but I do recall
> > that unchecking the "Show XMLHttpRequests" option in the Console tab
> > made the problem go away.
>
> > --Karl
>
> > On Sep 8, 2009, at 2:41 PM, Mike McNally wrote:
>
> >> For wha
ctly 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.
>
> O
urning different results. I have no idea why, but I
> don't see what jQuery (or anything else at the client) is supposed to
> do about that. Do you have debug logging or other debug facilities at
> the server to see what's going on?
>
>
>
> On Fri, Sep 4, 2009 at
Here is the only difference I found in the Request Headers:
FF2: Content-Typeapplication/x-www-form-urlencoded
FF3: Content-Typeapplication/x-www-form-urlencoded; charset=UTF-8
Any ideas?
On Sep 4, 9:47 am, RPrager wrote:
> Firefox 3 response:
>
> Not available at present
ail.com"
wrote:
> Well what exactly is the error? What is different about the server
> response from FF2 vs. FF3?
>
> On Sep 3, 9:04 pm, RPrager wrote:
>
> > I've been using Firebug. The data that my browser is sending looks as
> > expected.
>
> > Here is
de (for example).
>
> On Sep 3, 1:29 pm, RPrager wrote:
>
> > I just tested this code using FF2 and it works just fine. This appears
> > to be a FF3 problem only. I'm currently using Firefox version 3.5.2.
> > Any ideas?
>
> > On Sep 3, 10:31 am, RPrager w
I just tested this code using FF2 and it works just fine. This appears
to be a FF3 problem only. I'm currently using Firefox version 3.5.2.
Any ideas?
On Sep 3, 10:31 am, RPrager wrote:
> Thanks for the idea but adding (dataType: 'text') did not produce a
> different resul
Thanks for the idea but adding (dataType: 'text') did not produce a
different result.
On Sep 3, 9:32 am, 月讀 wrote:
> My english is not well.
>
> $.ajax({
> type: "POST",
> url: "newcoleng",
> data: "F10=Yes&F11=No",
> dataType: 'text',
> success: function(
property, to see the message.
>
> On Sep 2, 3:58 pm, RPrager wrote:
>
> > Hello Everyone,
>
> > I'm fairly new to using ajax with jQuery and I'm having an issue in
> > firefox. Here's my ajax call:
>
> > $.ajax({
> > type:
Hello Everyone,
I'm fairly new to using ajax with jQuery and I'm having an issue in
firefox. Here's my ajax call:
$.ajax({
type: "POST",
url: "newcoleng",
data: "F10=Yes&F11=No",
success: function(data){
ale
13 matches
Mail list logo