in reply to RFC - Module for Google-like autocompletion

I don't suppose we could get a sample HTML file that uses this?


___________
Eric Hodges
  • Comment on Re: RFC - Module for Google-like autocompletion

Replies are listed 'Best First'.
Re^2: RFC - Module for Google-like autocompletion
by itub (Priest) on Dec 21, 2004 at 19:57 UTC
    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.

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


      ___________
      Eric Hodges