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
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
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
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