Yahoo与Live站内搜索代码

分类:Web之旅 | 发布者:Tim | 发布日期: 2008-1-11 
突然觉得Yahoo站内搜索与Live Search的站内搜索不能漏掉,在此补上
Yahoo站内搜索

<img src="http://www.yahoo.cn/img/homepage/oms_001.gif" border="0" ail="Yahoo"/>
<form method="get" action="http://www.yahoo.com.cn/search">
<input type="text" name="p">
<input type="submit" value="Yahoo站内搜索" name="submit">
<input type="hidden" name="pid" value="ysearch" />
<input type="hidden" name="ei" value="UTF-8" /><!-- 你的网站编码 -->
<input type="hidden" name="vs" value="www.azuresky.com.cn"><!-- 要搜索的网站地址 -->
<input type="hidden" name="source" value="site_search">
</form>

Live Search站内搜索代码

<img src="http://search.live.com/s/affillogoLive.gif" border="0" ail="Live Search" />
<form method="get" action="http://search.live.com/results.aspx">
<input type="text" name="q" />
<input type="submit" value="Live Search站内搜索" />
<input type="hidden" name="FORM" value="FREESS" />
<input type="hidden" name="cp" value="936" /><!-- 你的网站编码 这里默认为“936”GBK -->
<input type="hidden" name="q1" value="site:www.azuresky.com.cn" /><!-- 要搜索的网站地址 -->
</form>
Tags: , , ,

Google与Baidu站内搜索代码

分类:Web之旅 | 发布者:Tim | 发布日期: 2008-1-9 
Google站内搜索

<img src="http://www.google.cn/images/google_sm.gif" border="0" alt="谷歌" />
<form method="get" action="http://www.google.com/search">
<input type="text" name="q">
<input type="submit" name="Search" value="Google站内搜索" attr="value">
<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="www.azuresky.com.cn"><!-- 要搜索的网站域名 -->
<input type="hidden" name="sitesearch" value="www.azuresky.com.cn"><!-- 要搜索的网站地址 -->
</form>

Baidu站内搜索

<img src="http://www.baidu.com/img/logo.gif" border="0" alt="百度" />
<form action="http://www.baidu.com/baidu">
<input type="text" name="word">
<input type="submit" value="Baidu站内搜索">
<input type="hidden" name="ie" value="UTF-8"><!-- 你的网站编码 -->
<input name="tn" type="hidden" value="bds">
<input name="cl" type="hidden" value="3">
<input name="ct" type="hidden" value="2097152">
<input type="hidden" name="si" value="www.azuresky.com.cn">
</form>

注意:要把上例中的"www.azuresky.com.cn" 换成您的网站网址!
分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]