Re: Loading results (via ajax) from a CGI

2009-12-01 Thread Rene Schickbauer
bu...@alejandro.ceballos.info wrote: I have a CGI (made with cgi.pm) that receive a parameters, check against a DB and returns a text with "not found" or "OK found" message. Pretty simple. In other site, i have an ajax routine that sends the parameters (via get) and is expected to capture the

RE: Loading results (via ajax) from a CGI

2009-11-28 Thread Dermot Paikkos
This is of course a javascript/ajax question to a perl list > -Original Message- > From: bu...@alejandro.ceballos.info > [mailto:bu...@alejandro.ceballos.info] > Sent: 27 November 2009 13:59 > To: beginners-cgi@perl.org > Subject: Loading results (via ajax) from a

Re: Loading results (via ajax) from a CGI

2009-11-27 Thread Alexander Krasnorutsky
On Fri, 2009-11-27 at 05:58 -0800, bu...@alejandro.ceballos.info wrote: > I have a CGI (made with cgi.pm) that receive a parameters, check > against a DB and returns a text with "not found" or "OK found" > message. Pretty simple. > > In other site, i have an ajax routine that sends the paramet

Loading results (via ajax) from a CGI

2009-11-27 Thread buzon
I have a CGI (made with cgi.pm) that receive a parameters, check against a DB and returns a text with "not found" or "OK found" message. Pretty simple. In other site, i have an ajax routine that sends the parameters (via get) and is expected to capture the resulting page, but is not worki