网页嵌入百度搜索条(含站内搜索功能)

简介:

网页嵌入百度搜索条(含站内搜索功能)

样式一:


代码:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
< meta  http-equiv = "Content-Type"  content = "text/html; charset=GBK"  />
< script  language = "javascript" >
function g(formname) {
     var url = "http://www.baidu.com/baidu";
     var   myid   =   document.getElementById("tryselect")
     var myidvalue=myid.options[myid.selectedIndex].value;
     if (myidvalue==2) {
         formname.ct.value = "2097152";
     }
     else {
         formname.ct.value = "0";
     }
     formname.action = url;
     return true;
}
</ script >
< form  name = "f1"  onsubmit = "return g(this)" >
< table  border = "1"  bgcolor = "#FFFFFF"  style = "font-size:9pt;" >
     < tr  height = "60" >< td  valign = "top" >< img  src = "http://img.baidu.com/img/logo-137px.gif"  border = "0"  alt = "baidu" ></ td >
         < td >
             < input  name = word  size = "20"  maxlength = "100"  />
             < input  name = tn  type = hidden  value = "bds"  />
             < input  name = cl  type = hidden  value = "3"  />
             < input  name = ct  type = hidden  />
             < input  name = si  type = hidden  value = "bbs.baidu.com"  />
                                    
                                    
             < select  name = "s"  id = "tryselect" >
                 < option  value = "1" >网页搜索</ option >
                 < option  value = "2" >站内搜索</ option >
             </ select >
                                    
             < input  type = "submit"  value = "搜索"  style = "background: none repeat scroll 0 0 #F5F5F0;border-color: #E2E2E2 #C1C1C1 #C1C1C1 #E2E2E2;"  />
         </ td >
     </ tr >
</ table >
</ form >


样式二:

代码:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
< meta  http-equiv = "Content-Type"  content = "text/html; charset=GBK"  />
< script  language = javascript >
function g(formname) {
var url = "http://www.baidu.com/baidu";
if (formname.s[1].checked) {
formname.ct.value = "2097152";
}
else {
formname.ct.value = "0";
}
formname.action = url;
return true;
}
</ SCRIPT >
< form  name = "f1"  onsubmit = "return g(this)" >
< table  bgcolor = "#FFFFFF"  style = "font-size:9pt;" >
< tr  height = "60" >< td  valign = "top" >< img  src = "http://img.baidu.com/img/logo-137px.gif"  border = "0"  alt = "baidu" ></ td >
< td >
< input  name = word  size = "30"  maxlength = "100" >
< input  type = "submit"  value = "百度搜索" >< br >
< input  name = tn  type = hidden  value = "bds" >
< input  name = cl  type = hidden  value = "3" >
< input  name = ct  type = hidden >
< input  name = si  type = hidden  value = "bbs.baidu.com" >
< input  name = s  type = radio > 互联网
< input  name = s  type = radio  checked>联盟站内搜索
</ td ></ tr ></ table >
</ form >




更多详细见:百度官方免费搜索代码:

http://www.baidu.com/search/freecode.html#znss










      本文转自许琴 51CTO博客,原文链接:http://blog.51cto.com/xuqin/1252476,如需转载请自行联系原作者





相关文章
|
API 开发者
百度批量算路功能使用
百度批量算路功能使用
102 0
|
数据可视化 定位技术 API
百度地图开发:海量点、测距以及定位聚合功能
百度地图开发:海量点、测距以及定位聚合功能
307 0
|
3月前
|
资源调度 JavaScript 定位技术
Vue2使用百度地图展示或搜索地点(vue-baidu-map)
本文介绍了如何在 Vue 项目中使用 `vue-baidu-map` 插件,包括安装、全局注册及具体应用。首先通过 `yarn add vue-baidu-map` 安装插件,并在 `main.js` 中全局注册。然后展示了如何在地图上显示特定位置的标记,以及如何搜索地点并获取其经纬度和详细地址信息。代码示例提供了详细的实现方法和样式调整。如需使用,请确保已获取百度地图 API 的密钥。
544 1
pandown网页版百度网盘在线免登录、免安装、不限速
_Pandownload网页版_是百度网盘的高速下载工具,可在PC和手机上使用,提供不限速下载。通过粘贴分享链接到官网([f.then.asia/#/index](https://f.then.asia/#/index)),或在链接后加`wp`快速访问,可实现高速下载。网页版有时会自动填充提取码,但限制每日下载次数,适用于无百度账号的地区。注意避免使用多线程下载器导致异常。
pandown网页版百度网盘在线免登录、免安装、不限速
|
5月前
|
数据采集 JavaScript 前端开发
详尽分享网站网页中加入各种分享按钮功能百度分享
详尽分享网站网页中加入各种分享按钮功能百度分享
119 0
|
5月前
ueditor1.5 百度富文本 编辑器增加字间距功能及按钮
ueditor1.5 百度富文本 编辑器增加字间距功能及按钮
74 0
|
5月前
|
机器学习/深度学习 搜索推荐
一招告别百度广告烦恼,同时效率提高100倍的几个常用搜索技巧!
一招告别百度广告烦恼,同时效率提高100倍的几个常用搜索技巧!
|
移动开发 小程序 JavaScript
微信小程序学习实录6(百度经纬度采集、手动调整精度、H5嵌入小程序、百度地图jsAPI、实时定位、H5更新自动刷新)
微信小程序学习实录6(百度经纬度采集、手动调整精度、H5嵌入小程序、百度地图jsAPI、实时定位、H5更新自动刷新)
229 1
|
6月前
|
JavaScript 搜索推荐 定位技术
【百度地图2.5D、3D在Vue项目中的使用】嵌入二维百度地图、三维百度地图、多种显示模式风格样式颜色的百度地图
【百度地图2.5D、3D在Vue项目中的使用】嵌入二维百度地图、三维百度地图、多种显示模式风格样式颜色的百度地图
|
6月前
|
人工智能 编解码 数据安全/隐私保护
才发现百度自带的AI图片助手这么好用,去水印、画质优化、AI扩图、涂抹消除等功能一应俱全!
才发现百度自带的AI图片助手这么好用,去水印、画质优化、AI扩图、涂抹消除等功能一应俱全!
957 0