Re: AutoSuggest from a database query

2008-02-16 Thread James Holmes
mxAjax will do this: http://www.indiankey.com/mxajax/examples/mxAutocomplete1.cfm On Feb 16, 2008 6:53 PM, Ali <[EMAIL PROTECTED]> wrote: > Hi: > I know about CF autosuggest ability in a cfinput tag but I need to use an > autosuggest in normal input tag (not cftinput) and I want to read the > sug

Re: AutoSuggest from a database query

2008-02-16 Thread Marco Antonio C. Santos
Ali I'll suggest you to use jQuery. This javascript library haves very nice autocomplete examples: http://jquery.bassistance.de/autocomplete/ http://www.dyve.net/jquery/?autocomplete Dan G. Switzer creates this(with ColdFusion in server side): http://blog.pengoworks.com/index.cfm/2007/1/12/My-jQ

Re: AutoSuggest from a database query

2008-02-16 Thread Jose Diaz
Check out Yahoo YUI - that is essentially what CF uses under the hood. Jose On Feb 16, 2008 9:53 AM, Ali <[EMAIL PROTECTED]> wrote: > Hi: > I know about CF autosuggest ability in a cfinput tag but I need to use an > autosuggest in normal input tag (not cftinput) and I want to read the > suggesti

AutoSuggest from a database query

2008-02-16 Thread Ali
Hi: I know about CF autosuggest ability in a cfinput tag but I need to use an autosuggest in normal input tag (not cftinput) and I want to read the suggestion list from a database query. As a matter of fact I want to have something like the following code but with FORM/INPUT not CFFOMR/CFINPUT. Wha