国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 建站經驗 > 正文

Google和百度、雅虎的站內搜索代碼

2019-11-02 16:55:22
字體:
來源:轉載
供稿:網友
對于一個網站來說,使用搜索引擎來進行站內搜索往往比自己編寫的站內搜索更高效,并且不占用網站服務器的資源,下面是我搜集到的幾個主要搜索引擎(Google和百度、雅虎)的站內搜索代碼,使用時只需要將代碼里的"www.jb51.net"替換成你的網址即可。

<!--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=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站內搜索結束-->

<!--Baidu站內搜索開始-->

<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站內搜索結束-->

<!--Yahoo站內搜索開始-->

<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站內搜索結束-->

下面是Google和百度的Javascript版的站內搜索代碼:

<!--Google站內搜索開始-->

<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站內搜索結束-->

<!--Baidu站內搜索開始-->

<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站內搜索結束-->

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 永仁县| 舞钢市| 简阳市| 张家川| 沙田区| 临沧市| 日喀则市| 仁化县| 徐水县| 肥乡县| 德昌县| 佛山市| 双桥区| 玉龙| 上高县| 娱乐| 乌审旗| 安康市| 宝鸡市| 当雄县| 临湘市| 深圳市| 苗栗市| 南丹县| 九龙城区| 余江县| 浑源县| 汕尾市| 读书| 原平市| 灵川县| 阜康市| 阿拉善左旗| 许昌市| 雷州市| 视频| 修文县| 陇西县| 永和县| 东阿县| 大埔县|