English 中文(简体)
页: 1
原标题:Google s autocomplete in my form

I have a form on my website which forwards the textbox input to www.google.com/search?q=.... Is there any possibility to get this autocomplete / autofill features google provides when searching over google.com. Firefox uses google s autocomplete function in the search bar next to the url bar, but how can I get this kind of information for my web form?

最佳回答

谷歌建议APIC/strong>允许在关键词上使用汽车。 但是,似乎已经消除了它。 但是,我发现,你仍然能够接触到APIC。 目前有荷兰语和意大利语。

JSON

http://clients1.google.com/complete/search?hl=en&q=<your query here>&client=hp

XML

http://clients1.google.com/complete/search?hl=en&q=<your query here>&output=toolbar

没有任何保障。

如果你想在文字箱上实现自动化。 您可以与

问题回答

除了RickyA的回答外,你还可以通过媒体通过<条码>b<>/条码>参数过滤建议:

页: 1

书籍:ds=bo

产品: ds=sh

新闻:ds=n

images: ds=i

网址: ds=

recipes: ds=r





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!