首页 > CMS > 织梦DEDE > 正文

dedeCMS搜索框变成多功能搜索框实现办法

2024-07-12 08:48:07
字体:
来源:转载
供稿:网友
这篇文章主要为大家详细介绍了dedeCMS搜索框变成多功能搜索框实现办法,具有一定的参考价值,感兴趣的小伙伴们可以参考一下,有需要的朋友可以收藏方便以后借鉴。

把dedecms的搜索框,改为自己的多功能搜索框!

把 head.htm 的 <form>与</form>之间的代码,替换为以下代码:

<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.baidu.com/s?q1="+"&q6=blog.sina.com.cn","a2");if(document.bf.sto[2].checked)window.open("http://www.google.com/search?hl=zh-CN&q="+"&as_sitesearch=blog.sina.com.cn","a3");// if(document.bf.sto[3].checked)window.open("http://www.gougou.com/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 ><h4>搜索</h4><!-- <input name="key" value="(输入搜索内容……)"> --><input name="key" 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.baidu.com">百度</a><input name=sto type=radio value="2"><a href="http://www.google.cn">Google</a><!--<input name=sto type=radio value="3"><a href="http://www.gougou.com">狗狗</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" >搜索</button></div></form>

其中,“blog.sina.com.cn” 换成你自己的独立域名。

原来的以下这段,似乎是用不上了,361源码建议这样屏蔽掉:

<!--<div ><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搜索框变成多功能搜索框实现办法的全部内容,希望对大家的学习和解决疑问有所帮助,也希望大家多多支持武林网。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表