Skip to main content
Participating Frequently
October 16, 2010
Answered

Google Search Box - ColdFusion

  • October 16, 2010
  • 1 reply
  • 544 views

Hi,

Someone tell me how that Google Search Box works (or Amazon or whoever).

How does it list all of those search suggestions when you begin typing in your search term?

I'm wondering how they do it, so that I can somehow get ColdFusion to do that for my site.

Thanks in advance,

Joe

    This topic has been closed for replies.
    Correct answer Adam Cameron.

    This sort of thing is achieved out-of-the-box with CF.

    Read this lot:

    Using Ajax User Interface Components and Features / Using autosuggest text input fields

    http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-7a01.html#WSc3ff6d0ea77859461172e0811cbec22c24-720c

    --

    Adam

    1 reply

    Adam Cameron.Correct answer
    Inspiring
    October 16, 2010

    This sort of thing is achieved out-of-the-box with CF.

    Read this lot:

    Using Ajax User Interface Components and Features / Using autosuggest text input fields

    http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-7a01.html#WSc3ff6d0ea77859461172e0811cbec22c24-720c

    --

    Adam

    Joe_KrakoAuthor
    Participating Frequently
    October 16, 2010

    Thanks Adam!

    I appreciate it!