in reply to Re: RFC - Module for Google-like autocompletion
in thread RFC - Module for Google-like autocompletion

I don't have any publically available html file yet, but you can use http://teknikill.net/cpan/ . I started by copying and modifying the form from that page. Basically it does the following:
  1. Includes a form with a name
  2. Loads the ac.js script
  3. Configures the script by giving it a reference to the form and the location of the CGI

You may need to make a very minor modification to the ac.js file, because the directory that holds the CGI is hard-coded there.

  • Comment on Re^2: RFC - Module for Google-like autocompletion

Replies are listed 'Best First'.
Re^3: RFC - Module for Google-like autocompletion
by eric256 (Parson) on Dec 21, 2004 at 21:06 UTC

    Thanks... Now to get yours to work with ModPerl and it will be perfect. /me considers porting it to CGI::Application.


    ___________
    Eric Hodges