On Feb 10, 7:37 am, Tim Roberts wrote:
> PJ wrote:
>
> >I have a simple web server using BaseHTTPServer, and the def do_POST
> >(self) function works fine for regular forms that are submitted to it,
> >but when I send anAJAXPOST to it it does nothing (I've tried to just
> >get it to print to che
PJ wrote:
>
>I have a simple web server using BaseHTTPServer, and the def do_POST
>(self) function works fine for regular forms that are submitted to it,
>but when I send an AJAX POST to it it does nothing (I've tried to just
>get it to print to check it's nothing else but it doesn't even do
>tha
Hi,
I have a simple web server using BaseHTTPServer, and the def do_POST
(self) function works fine for regular forms that are submitted to it,
but when I send an AJAX POST to it it does nothing (I've tried to just
get it to print to check it's nothing else but it doesn't even do
that, although it