On Tue, 17 Nov 2009 19:20:42 +1000, Thomas Bätzler
wrote:
Hi,
Jeff Pang wrote:
On Nov 17, 2009, Dave Tang wrote:
> Is it possible to implement an incremental find* feature on a Perl CGI
> page? I'm running Apache2 with mod_perl on linux.
>
> For example, if I have a list of stuff (A, Aa,
Hi,
Jeff Pang wrote:
> On Nov 17, 2009, Dave Tang wrote:
> > Is it possible to implement an incremental find* feature on a Perl CGI
> > page? I'm running Apache2 with mod_perl on linux.
> >
> > For example, if I have a list of stuff (A, Aa, B, Bb, C, CA, etc. stored
> > in a file or database)
This is the stuff JavaScript will do, nothing about CGI, which is a server-end
implement.
On Nov 17, 2009, Dave Tang wrote:
Hi everybody,
Is it possible to implement an incremental find* feature on a Perl CGI
page? I'm running Apache2 with mod_perl on linux.
For example, if I have a list
> Hi everybody,
>
> Is it possible to implement an incremental find* feature on a Perl CGI
> page? I'm running Apache2 with mod_perl on linux.
>
> For example, if I have a list of stuff (A, Aa, B, Bb, C, CA, etc.
> stored
> in a file or database) and when a user starts typing in A into the web
> f
Hi everybody,
Is it possible to implement an incremental find* feature on a Perl CGI
page? I'm running Apache2 with mod_perl on linux.
For example, if I have a list of stuff (A, Aa, B, Bb, C, CA, etc. stored
in a file or database) and when a user starts typing in A into the web
form, 2 su