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.