Hi all,
Similar to google toolbar, where when you start typing it comes up with suggestions, I need to implement this functionailty on a website.
Does anyone know of any scripts which have already been built for this sort of thing?
I need to implement it on a classic ASP site.
Here is a .NET example: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AutoComplete/AutoComplete.aspx
Hope someone can help, as I cant be bothered to start writing my own !
I will keep all the predictive text in a DB table, based on what others have searched in the past.
Similar to google toolbar, where when you start typing it comes up with suggestions, I need to implement this functionailty on a website.
Does anyone know of any scripts which have already been built for this sort of thing?
I need to implement it on a classic ASP site.
Here is a .NET example: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AutoComplete/AutoComplete.aspx
Hope someone can help, as I cant be bothered to start writing my own !

I will keep all the predictive text in a DB table, based on what others have searched in the past.