473,322 Members | 1,496 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

google suggest, how can I do this?

On this link
http://www.google.com/webhp?complete=1

when you are typing a word, google will get the suggest outcome immediately,
any idea how can they do this?

There is a onchange event on textbox, but that is only when you move your
mouse out of the textbox, on idea how can I do this? ontyping event???

regards,

Guoqi Zheng
http://www.ureader.com
Nov 19 '05 #1
4 2598
guoqi zheng wrote:
On this link
http://www.google.com/webhp?complete=1

when you are typing a word, google will get the suggest outcome
immediately, any idea how can they do this?

There is a onchange event on textbox, but that is only when you move
your mouse out of the textbox, on idea how can I do this? ontyping
event???


OnKeyPress

--

Riki
Nov 19 '05 #2
On Tue, 12 Apr 2005 09:19:25 +0200, "Riki" <ri**@nospam.com> wrote:
guoqi zheng wrote:
On this link
http://www.google.com/webhp?complete=1

when you are typing a word, google will get the suggest outcome
immediately, any idea how can they do this?

There is a onchange event on textbox, but that is only when you move
your mouse out of the textbox, on idea how can I do this? ontyping
event???


OnKeyPress


A little more complex than that Riki :)

Have a look at
http://www.google.co.uk/search?hl=en...e+Search&meta=

which will give you some links to some of the work done on dissecting
how it works.
Nov 19 '05 #3
The explanation, by the guy who dissected it, Chris Justus, is at:
http://serversideguy.blogspot.com/20...dissected.html

It's quite a bit more complex than just OnKeyPress... ;-)

On the chipper side of things, Chris provides everything
you need to implement the same type of functionality in
your applications.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Lee Jackson" <le**@citymutual.com> wrote in message
news:u0********************************@4ax.com...
On Tue, 12 Apr 2005 09:19:25 +0200, "Riki" <ri**@nospam.com> wrote:
guoqi zheng wrote:
On this link
http://www.google.com/webhp?complete=1

when you are typing a word, google will get the suggest outcome
immediately, any idea how can they do this?

There is a onchange event on textbox, but that is only when you move
your mouse out of the textbox, on idea how can I do this? ontyping
event???


OnKeyPress


A little more complex than that Riki :)

Have a look at
http://www.google.co.uk/search?hl=en...e+Search&meta=

which will give you some links to some of the work done on dissecting
how it works.

Nov 19 '05 #4
http://weblogs.asp.net/mschwarz/arch...07/397504.aspx

It's an AJAX .Net wrapper that's still in early development but works very
well. I've started to put together some formal documentation for Michael
and will hopefully expand that...keep an eye out...it'll change how people
do ASP.Net development :)

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:Oq*************@TK2MSFTNGP15.phx.gbl...
The explanation, by the guy who dissected it, Chris Justus, is at:
http://serversideguy.blogspot.com/20...dissected.html

It's quite a bit more complex than just OnKeyPress... ;-)

On the chipper side of things, Chris provides everything
you need to implement the same type of functionality in
your applications.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Lee Jackson" <le**@citymutual.com> wrote in message
news:u0********************************@4ax.com...
On Tue, 12 Apr 2005 09:19:25 +0200, "Riki" <ri**@nospam.com> wrote:
guoqi zheng wrote:
On this link
http://www.google.com/webhp?complete=1

when you are typing a word, google will get the suggest outcome
immediately, any idea how can they do this?

There is a onchange event on textbox, but that is only when you move
your mouse out of the textbox, on idea how can I do this? ontyping
event???

OnKeyPress


A little more complex than that Riki :)

Have a look at
http://www.google.co.uk/search?hl=en...e+Search&meta=
which will give you some links to some of the work done on dissecting
how it works.


Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: napsters | last post by:
Google uses some javascript for their Google Suggest service (http://www.google.com/webhp?complete=1&hl=en). When you type 'whatever', the script (http://www.google.com/ac.js, or, more readable,...
32
by: sandy | last post by:
I have a hobby website at: http://www.montana-riverboats.com which also resolves as: http://montana-riverboats.com ...without the www. One address has a Google page rank of three. The other...
2
by: srinivas | last post by:
HI, I am a dotnet developer.Ho we can do the functionality exists in google suggest site (http://www.google.com/webhp?complete=1&hl=en).In this site in search text box if we enter some text it...
4
by: Or | last post by:
I am interested in code for creating the dynamic list (not the AJAX data transffer) shown under the text box in google suggest. Just the code for the dynamic list box.
5
by: gimme_this_gimme_that | last post by:
I'd like to create my own version of google suggest GS. If you haven't seen GS check it out at : http://www.google.com/webhp?complete=1&hl=en I've reviewed several AJAX write-ups on the...
1
by: gimme_this_gimme_that | last post by:
What I need is the DHTML for an input box that allows javascript to add drop down entries. .... I'd like to create my own version of google suggest GS. If you haven't seen GS check it out...
2
by: awebguynow | last post by:
It seems like I've been reading the code to Google Suggest (GS) for about a week, and I'm going to have to wrap it up shortly. I'm OK with many of the subjects, and I would say I have...
2
by: laredotornado | last post by:
Many have seen Google Suggest, in which you begin typing in your search term, and the system attempts to auto-complete by supplying a list of phrases beneath the text field. ...
2
by: pjamrisk | last post by:
Hi, I was wondering if one of the many guru's my help me out. Through several javascript books we have been trying to make an autocomplete feature for our department website for certain fields from...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.