Copy link to clipboard
Copied
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 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
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Thanks Adam!
I appreciate it!