如何创建一旦提交的表单,它会在新标签中打开Goog​​le搜索结果?

时间:2012-04-09 10:35:13

标签: html css

我想创建一个输入表单,该表单将获取输入文本并在新标签中显示其Google搜索结果。

新标签应该是谷歌的SERP。

这是我到目前为止所拥有的。

<div id="searchContainer">
<form name="" action="" type="">
        <input type="text" name="field" id="field" />
        <input type="submit" name="submit" id="submit" value="Search" />
</form>
</div>

我该怎么做呢?我需要使用javascript吗?

1 个答案:

答案 0 :(得分:1)

请查看https://developers.google.com/custom-search/v1/overview并使用Google API,非常简单