主頁(yè) > 知識(shí)庫(kù) > Google和百度、雅虎的站內(nèi)搜索代碼

Google和百度、雅虎的站內(nèi)搜索代碼

熱門標(biāo)簽:生化危機(jī)3原版地圖標(biāo)注 騰訊搜狗地圖標(biāo)注在哪里 定位地圖標(biāo)注 地圖標(biāo)注的聊天案例 慶陽(yáng)電腦外呼系統(tǒng)代理商 江門申請(qǐng)400電話 智能外呼系統(tǒng)的劣勢(shì) 泉州呼叫中心外呼系統(tǒng)多少錢 電銷客服機(jī)器人價(jià)格
對(duì)于一個(gè)網(wǎng)站來(lái)說,使用搜索引擎來(lái)進(jìn)行站內(nèi)搜索往往比自己編寫的站內(nèi)搜索更高效,并且不占用網(wǎng)站服務(wù)器的資源,下面是我搜集到的幾個(gè)主要搜索引擎(Google和百度、雅虎)的站內(nèi)搜索代碼,使用時(shí)只需要將代碼里的"www.jb51.net"替換成你的網(wǎng)址即可。

<!--Google站內(nèi)搜索開始-->
<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=GB2312>
<input type=hidden name=oe value=GB2312>
<input type=hidden name=hl value=zh-CN>
<input type=hidden name=domains value="www.jb51.net">
<input type=hidden name=sitesearch value="www.jb51.net">
</form>
<!--Google站內(nèi)搜索結(jié)束-->

<!--Baidu站內(nèi)搜索開始-->
<form action="http://www.baidu.com/baidu">
<input type=text name=word>
<input type="submit" value="Baidu 搜索">
<input name=tn type=hidden value="bds">
<input name=cl type=hidden value="3">
<input name=ct type=hidden value="2097152">
<input name=si type=hidden value="www.jb51.net">
</form>
<!--Baidu站內(nèi)搜索結(jié)束-->

<!--Yahoo站內(nèi)搜索開始-->
<form action="http://www.yahoo.com.cn/search">
<input type=text name="p">
<input type="submit" value="Yahoo 搜索">
<input type=hidden name=vs value="www.jb51.net">
</form>
<!--Yahoo站內(nèi)搜索結(jié)束-->

下面是Google和百度的Javascript版的站內(nèi)搜索代碼:

<!--Google站內(nèi)搜索開始-->
<script type="text/javascript"> 
function googlesearch () {
var wq=document.getElementsByName("wq")[0].value;
var link="http://www.google.com/search?domains=www.jb51.net&sitesearch=www.jb51.net&q="+wq;
window.open(link); }
</script>
<input type="text" name="wq"/><input type="submit" onclick="javascript:googlesearch()" value="Google 搜索" />
<!--Google站內(nèi)搜索結(jié)束-->

<!--Baidu站內(nèi)搜索開始-->
<script language="javascript">
function baidusearch () {
var wd=document.getElementsByName("wd")[0].value;
var link="http://www.baidu.com/s?si=www.jb51.net&cl=3&ct=2097152&tn=baidulocal&word="+wd;
window.open(link); }
</script>
<input type="text" name="wd"/><input type="submit" onclick="javascript:baidusearch()" value="Baidu 搜索" />
<!--Baidu站內(nèi)搜索結(jié)束-->

標(biāo)簽:那曲 鷹潭 山西 邢臺(tái) 辛集 來(lái)賓 萍鄉(xiāng) 錫林郭勒盟

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《Google和百度、雅虎的站內(nèi)搜索代碼》,本文關(guān)鍵詞  Google,和,百度,雅虎,的,站內(nèi),;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Google和百度、雅虎的站內(nèi)搜索代碼》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于Google和百度、雅虎的站內(nèi)搜索代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章