var liveSearchReq = new XMLHttpRequest();

Discussion of programming on Linux, including shell scripting, perl, python, c/c++, mono, java. Whatever tickles your fancy.
Post Reply
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

var liveSearchReq = new XMLHttpRequest();

Post by lambda »

i just implemented this for the username search page at my work site. it was very easy to do -- i followed the step-by-step instructions at http://blog4.bitflux.ch/wiki/LiveSearch and ended up with something between http://blog.bitflux.ch/archive/spotligh ... added.html and google suggest in functionality. all that's missing is the ability to navigate the list using cursor keys, and that's just because i couldn't figure out the css on the blog site.

a co-worker with dreamweaver helped me deal with the layer issue. that's about all i couldn't do on my own.
whizkid
Cadet
Posts: 8
Joined: Sat Oct 16, 2004 8:18 pm
Location: Karachi
Contact:

Post by whizkid »

seems to be a sleek tool... talk about google's technologY! ;)
Post Reply