You **must** install and use something like Firebug or TamperData to see what your browser is sending to the server, and what your server is sending back. Just because the HTML response content looks like an error does not necessarily mean that the HTTP response contained an error code (for example).
On Sep 3, 1:29 pm, RPrager <ryan.pra...@gmail.com> 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 <ryan.pra...@gmail.com> wrote: > > > Thanks for the idea but adding (dataType: 'text') did not produce a > > different result. > > > On Sep 3, 9:32 am, 月讀 <keyoft...@gmail.com> wrote: > > > > My english is not well. > > > > $.ajax({ > > > type: "POST", > > > url: "newcoleng", > > > data: "F10=Yes&F11=No", > > > dataType: 'text', > > > success: function(data){ > > > alert( "Data Saved: " + data ); > > > } > > > > }); > > > > Try it.