Connecting Tech Pros Worldwide Help | Site Map

Drop Downlist using ajax similar to google suggest using ASP

  #1  
Old May 11th, 2006, 06:35 PM
ADvantage
Guest
 
Posts: n/a
Hi ..
I had always wondered how Google Suggest works. Then i got a clue that
it uses AJAX technology to do so. And finally i managed to get the
codes for displaying the same. After a bit of modification here is the
ASP version of the same . I would first like to thanks DHTMLgoodies.com

for providing such script for free . It is very similar to drop down
box or combo list found in various software's like MS ACCESS
97/2000/2003 etc
http://www.guwahatiwebhosting.com/ajax/dynamiclist
Instruction..

Just type few characters of for any country


like I for India


then you be presented with relevant options


DOWNLOAD IT : for free
http://www.guwahatiwebhosting.com/ajax/dynamiclist

  #2  
Old May 12th, 2006, 06:35 AM
[on]
Guest
 
Posts: n/a

re: Drop Downlist using ajax similar to google suggest using ASP



ADvantage wrote:
<snip>[color=blue]
> Instruction..
>
> Just type few characters of for any country
>
>
> like I for India
>
>
> then you be presented with relevant options
>
>
> DOWNLOAD IT : for free[/color]
<snip>

How about adding the actuall Complete ?
Like if I typed "Swe" it would type out "Sweden" with "den" selected so
it can be overwritten.

Also that empty line at the bottom of the list gotta go.

Nice work though.

Closed Thread