2009年1月20日星期二

为Blogger添加站内搜索

Google了下,发现利用Google实现站内搜索相当容易,效果也很好,相当迅速。

只要将以下代码加入到新建的小工具栏里就行。

<form method=get action="http://www.google.com/search">
<input type=text name=q>
<input type=submit name=btnG value="Google 搜索">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<input type=hidden name=hl value=zh-CN>
<input type=hidden name=domains value="http://lukexzt.blogspot.com/">
<input type=hidden name=sitesearch value="http://lukexzt.blogspot.com/">
</form>


*将其中红色部分的http://lukexzt.blogspot.com/换成你的Blog地址。

更多搜索方法可以参照月光博客的相关帖子
收藏本文
收藏到

0 评论:

发表评论