Re: AJAX Post requests

2009-02-10 Thread Paul
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

Re: AJAX Post requests

2009-02-09 Thread Tim Roberts
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

AJAX Post requests

2009-02-09 Thread PJ
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