如何使用自定义搜索框进行谷歌自定义搜索?

时间:2016-09-19 13:28:55

标签: html css twitter-bootstrap google-custom-search

如何使用自定义搜索框进行Google自定义搜索?

我需要将Google搜索框的样式更改为我自己的样式..

1 个答案:

答案 0 :(得分:0)

我认为你需要这个:

		<div id="globalsearch" class="globalsearch">
<form method="get" action="http://www.google.com/search" target="_blank" class="navbar_search"> <input type="hidden" name="sitesearch" value="yoursite.com"  id="pn"/>
				<input type="hidden" name="s" value="" />
				<input type="hidden" name="securitytoken" value="" />
				<input type="hidden" name="do" value="process" />
				<span class="textboxcontainer"><span><input placeholder="Search..." type="text" value="" name="query" class="textbox" tabindex="99"/></span></span>
			</form>
		</div>

你可以自定义你的班级和css

  • 更改此内容:value="yoursite.com"