473,729 Members | 2,243 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to create the list shown in google suggest under the text box.

Or
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.

Nov 23 '05 #1
4 1593
Or wrote:
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.


RTSL. Read the Source, Luke.
PointedEars
Nov 23 '05 #2
rf
Or wrote:
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.


What is google suggest?

Are you talking about the one that is used by the browser to recall the
history of stuff typed into that particular field?

--
Cheers, Richard.
If you are reading this using google groups then also read this:
http://www.safalra.com/special/googlegroupsreply/ if you have not done so
already. If you reply to this post without correct quoting and attribution,
as per the above, I, and others, may just totally ignore you.
Nov 23 '05 #3
In article <1d************ *************** **@40tude.net>, rf@invalid.com
says...
Or wrote:
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.


What is google suggest?

Are you talking about the one that is used by the browser to recall the
history of stuff typed into that particular field?


No. Google's gone & got all clever. As you type in to the search box,
client-side code goes back to the server to give you options on what you
*could* be searching for. It's a bit like predictive text entry on your
mobile 'phone.

--

Hywel
http://kibo.org.uk/
Nov 23 '05 #4
rf
Hywel Jenkins wrote:
In article <1d************ *************** **@40tude.net>, rf@invalid.com
says...
Or wrote:
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.


What is google suggest?

Are you talking about the one that is used by the browser to recall the
history of stuff typed into that particular field?


No. Google's gone & got all clever. As you type in to the search box,
client-side code goes back to the server to give you options on what you
*could* be searching for. It's a bit like predictive text entry on your
mobile 'phone.


Ah. I've never seen that. Either google.au doesn't do it yet or I have
turned such stuff off in my browser.

<checks/> Nope, there is no such code in *my* google page.

<checks further/> Ah, it's an option that must be turned on in google
preferences. Well, I won't be turning that on. I pay enough for bandwidth
as it is without google doing a round trip to the server on *every*
keypress.

--
Cheers, Richard.
If you are reading this using google groups then also read this:
http://www.safalra.com/special/googlegroupsreply/ if you have not done so
already. If you reply to this post without correct quoting and attribution,
as per the above, I, and others, may just totally ignore you.
Nov 23 '05 #5

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

Similar topics

3
6807
by: Kyle Teague | last post by:
I have a list of pointers to structs as a private member of a class. If I call begin() in the same function as I added the data then no access violation occurs. However, if I try to call begin() in a member function of the same class I get a memory access violation. For example: // this is fine, no error void CBase::FuncA( void ) { plugin_info_t *plugin_info = new plugin_info_t;
7
9675
by: Wolfgang Kreuzer | last post by:
Hello all, I have two tables - Projects and ProjectStruct Table Projects contains master records of the projects, ProjectStruct allows to define a project herarchie and contains the fields PrjStructId, ProjectId, PrjStructName, ..., ParentId PrjStructParent contains a reference to the parent or to itselves if record is top-level-record for a project.
2
1290
by: 50295 | last post by:
Hi! Here's a followup to my earlier post http://tinyurl.com/dthhs (Full URL: http://groups-beta.google.com/group/comp.lang.javascript/browse_frm/thread/dfff447eb6e5afd7/) In the code below, I've used lists to implement a drop-down menu, and it works well in IE, but is sort of bugg in NN/FF. You'll notice that when moving right down the list to the last item ("Asia"), the list will sometimes fail to collapse, if you exit fom the...
2
4899
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 will automatically populate the data.How we do that in dotnet.If any one have the code for this please send me.Thanks in advance Srinivas
1
1324
by: John Finch | last post by:
Hi There, I have a form with some text boxes to enter search criterior and a list box to display the results. Depending on which text boxes are filled in the row source is given the correct query name via code. If the list box displays 20 results - 5 fit in the box and the other 15 are found by scrolling - and all works fine. My problem lies in that as soon as you select one of the records in the list box which then displays full...
8
2578
by: Galina | last post by:
Hello I have 6 dependent list boxes on my ASP page:  Faculty;  Lecturer;  Course;  Course occurrence;  Group;  Week commencing date. When faculty is selected, lists of lecturers and courses are populated. When course is selected, lists of occurrences, groups and
11
2198
by: Özden Irmak | last post by:
Hello, In my VB.Net application I create a new instance of my form like : NewForm = new MyNewForm() But with this line, this new form is automatically shown. I want it to be hidden at the start... Adding a line after this line like :
11
7395
by: eureka | last post by:
Hi All, I'm training in Servlets, JSP and JavaScript, I have a web page in which there's a "StudentName" textbox and below it is a "Names" Dropdown list. Initially the Textbox is empty and the Dropdown doesnt have any items.. The requirement is that as soon as one goes on typing the letters in the StudentName-textbox the corresponding matching names have to appear
36
2892
by: pereges | last post by:
Hi, I am wondering which of the two data structures (link list or array) would be better in my situation. I have to create a list of rays for my ray tracing program. the data structure of ray looks like this: typedef struct { vector origin; /* vector is an array of 3 doubles */
0
8913
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9142
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8144
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6722
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6016
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4525
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3238
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2677
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2162
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.