0

I want to create a search box that will combine search URLs and combine the results.

So if I wanted to Use Google Web Search and Google Image Search, I would use www.google.com/search?q= and www.google.com/search?tbm=isch&hl=en&biw=1280&bih=905&q= and then I would have:

Search: https://www.google.com/search?q=cats & https://www.google.com/search?tbm=isch&hl=en&biw=1280&bih=905&q=cats

Cats Website Link Description

Picture of a cat

(sorted by relevancy)

Is this even possible? I know that it has been done with dogpile, but all I want to do is combine a couple different Google products so I can search my documents, my images, etc.

Note: I have no experience with Javascript, PHP, Ajax, or search boxes.

Thanks, Ian.

4

1 回答 1

0

它应该可以通过Google 自定义搜索 API实现,但您需要学习一门编程语言。

于 2012-03-19T16:08:18.090 回答