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.