google站内搜索代码的添加方法

发布时间:2020-11-30编辑:脚本学堂
本文介绍下,在网页中添加google站内搜索代码的例子,有需要的朋友参考下。

使用google自定义搜索,可以投放自己的adsense,还可以嵌入google Analytics 统计代码,还可以自定义搜索结果页面的外观,还可以设置某些搜索结果置顶显示。

添加站内google搜索的代码,如下:
 

复制代码 代码示例:
<!–google–>
<div style=”float:left;margin-left:20px;margin-top:10px !important; margin-top:5px;”>
<form action=”http://www.google.cn/search” method=”get” target=_blank>
<input name=”sitesearch” value=”www.jb200.com” type=”hidden”>
<input name=”hl” value=”zh-CN” type=”hidden”>
<input name=”ie” value=”GB2312″ type=”hidden”>
<input size=”25″ name=”q” id=”query” type=”text” >
<input name=”Search” value=”Google搜索” attr=”value” type=”submit”><br>
<input name=s onClick=”this.form.sitesearch.value=”;” type=radio> 互联网
<input name=s onclick=”this.form.sitesearch.value=’www.jb200.com’” type=radio checked> jb200.com
</form>
</div>
<!–google–>

说明:
<input name=”ie” value=”GB2312″ type=”hidden”>
根据此搜索框被嵌入页面的编码来修改。

有兴趣的朋友,还可以百度站内搜索代码  http://www.baidu.com/search/freecode.html 的添加。