您现在的位置是:首页 > 教程 > dedecms教程dedecms教程
把织梦dedecms搜索框整合各大搜索引擎多功能搜索框的方法
冰夏2023-10-10 22:13:16dedecms教程已有人查阅
导读不少朋友使用织梦DedeCms搭建网站的时候,希望在搜索框里面能整合各大搜索引擎,通过下面方面可以整合各大搜索引擎。
不少朋友使用织梦DedeCms搭建网站的时候,希望在搜索框里面能整合各大搜索引擎,通过下面方面可以整合各大搜索引擎。
编辑打开模板文件 head.htm,把与之间的代码,替换为以下代码:
编辑打开模板文件 head.htm,把与之间的代码,替换为以下代码:
<form name=bf *****ubmit="bottomForm();return false;">
<script>
function bottomForm(){
var $=document.bf.key.value;
if(document.bf.sto[0].checked)window.open("./plus/search.php?kwtype=0&keyword="+$,"a1");
if(document.bf.sto[1].checked)window.open("http://www.ebingou.cn/s?q1="+"&q6=blog.sina.com.cn","a2");
if(document.bf.sto[2].checked)window.open("http://www.ebingou.cn/search?hl=zh-CN&q="+"&as_sitesearch=blog.sina.com.cn","a3");
// if(document.bf.sto[3].checked)window.open("http://www.ebingou.cn/search?id=1&search="+$,"a4");
// if(document.bf.sto[4].checked)window.open("http://map.baidu.com/m?word="+$,"a5");
// if(document.bf.sto[5].checked)window.open("http://bk.baidu.com/?kw="+"&submit=search","a6");
return false}
</script>
<div class="form">
<h4>搜索</h4>
<!-- <input name="key" class="search-keyword" value="(输入搜索内容……)"> -->
<input name="key" class="search-keyword" value="(输入搜索内容……)" onfocus="if(this.value=='(输入搜索内容……)'){this.value='';}" onblur="if(this.value==''){this.value='(输入搜索内容……)';}">
<input name=sto type=radio value="0" checked=true>本站内
<input name=sto type=radio value="1"><a href="http://www.ebingou.cn">百度</a>
<input name=sto type=radio value="2"><a href="http://www.ebingou.cn">狗狗</a>
<input name=sto type=radio value="4"><a href="http://map.baidu.com">地图</a>
<input name=sto type=radio value="5"><a href="http://baike.baidu.com">百科</a>
-->
<button type="submit" class="search-submit">搜索</button>
</div>
</form>
其中,“blog.sina.com.cn” 换成你自己的独立域名。原来的以下这段,似乎是用不上了,本人这样屏蔽掉:
<!--
<div class="tags">
<h4>热门标签:</h4>
<ul>
{dede:tag row='10' getall='1' sort='month'}
<li><a href='[field:link/]'>[field:tag /]</a></li>
{/dede:tag}
</ul>
</div>
-->
本文标签:
很赞哦! ()
相关文章
随机图文
-
织梦dedecms文章内容中怎么替换多个敏感字词
我们在建站时候,经常会遇到敏感词,一些敏感词如果不注意的话,发布到网站上,可能带来不必要的麻烦。那么我们要屏蔽这些词要怎么操作呢?我们都知道在后台-系统- -
dede联动调用问题怎么解决
终于解决了联动调用问题!我是把行业做一个分类 分类调用到频道页面上去! 废话就不多说了,我们开始吧! -
实现织梦dedecms前台会员中心上传附件的实现方法
要在会员发布文章时要能发布一些doc,xsl,ppt之裡的小附件。以为只是设置问题,于是百度一下,就知道DEDECMS根本没有预留这个功能 -
织梦dedecms文章内容页图片自动居中自适应手机的方法
发表文章时,需要上传图片,很多内容编辑器对图片的处理是居左显示的吧.另外,如果是响应式的HTML5网站,还存在一个图片宽度太宽显示不全的问题.这种情况,在
留言与评论 (共有 条评论) |