问题描述
很多网站上都有站内搜索和百度搜索两种搜索模式,请问,那个百度搜索的功能是怎么添加上去的呢?请高手指点
解决方案
解决方案二:
我也想知道~up~~
解决方案三:
指的哪个功能,搜索提示吗
解决方案四:
<SCRIPTlanguage=javascript>functiong(formname){varurl="http://www.baidu.com/baidu";if(formname.s[1].checked){formname.ct.value="2097152";}else{formname.ct.value="0";}formname.action=url;returntrue;}</SCRIPT><formname="f1"onsubmit="returng(this)"><tablebgcolor="#FFFFFF"style="font-size:9pt;"><trheight="60"><tdvalign="top"><imgsrc="http://img.baidu.com/img/logo-137px.gif"border="0"alt="baidu"></td><td><inputname=wordsize="30"maxlength="100"><inputtype="submit"value="百度搜索"><br><inputname=tntype=hiddenvalue="bds"><inputname=cltype=hiddenvalue="3"><inputname=cttype=hidden><inputname=sitype=hiddenvalue="www.guoxue.com"><inputname=stype=radio>互联网<inputname=stype=radiochecked>www.guoxue.com</td></tr></table></form>具体看这里:http://www.baidu.com/search/freecode.html
解决方案五:
<SCRIPTlanguage=javascript>functiongowhere1(formname){varurl;if(formname.myselectvalue.value=="0"){url="http://www.baidu.com/baidu";document.search_form1.tn.value="baidu";formname.method="get";}if(formname.myselectvalue.value=="1"){url="http://mp3.baidu.com/m";document.search_form1.tn.value="baidump3";document.search_form1.ct.value="134217728";document.search_form1.lm.value="-1";}if(formname.myselectvalue.value=="4"){document.search_form1.tn.value="news";document.search_form1.cl.value="2";document.search_form1.rn.value="20";url="http://news.baidu.com/ns";}if(formname.myselectvalue.value=="5"){document.search_form1.tn.value="baiduiamge";document.search_form1.ct.value="201326592";document.search_form1.cl.value="2";document.search_form1.lm.value="-1";url="http://image.baidu.com/i";}if(formname.myselectvalue.value=="6"){url="http://post.baidu.com/f";document.search_form1.tn.value="baiduPostSearch";document.search_form1.ct.value="352321536";document.search_form1.rn.value="10";document.search_form1.lm.value="65536";}formname.action=url;returntrue;}</SCRIPT><formname="search_form1"target="_blank"onsubmit="returngowhere1(this)"><tablewidth="460"height="60"border="0"bgcolor="#FFFFFF"cellpadding="0"cellspacing="0"style=font-family:宋体><tr><td><TABLEwidth="460"height="80"border=0cellPadding=0cellSpacing=0><INPUTname=myselectvaluetype=hiddenvalue=0><INPUTname=tntype=hidden><INPUTname=cttype=hidden><INPUTname=lmtype=hidden><INPUTname=cltype=hidden><INPUTname=rntype=hidden><TR><TDwidth="8%"valign="bottom"><DIValign=center><ahref="http://www.baidu.com/"><imgsrc="http://img.baidu.com/img/logo-80px.gif"alt="Baidu"align="bottom"border="0"></a></DIV></TD><TDvAlign=bottomwidth="92%"><INPUTname=myselectonclick=javascript:this.form.myselectvalue.value=4;type=radiovalue=0><FONTcolor=#0000ccstyle="FONT-SIZE:12px">新闻</FONT><INPUTCHECKEDname=myselectonclick=javascript:this.form.myselectvalue.value=0;type=radiovalue=0><SPANclass=f12><FONTcolor=#0000ccstyle="FONT-SIZE:12px">网页</FONT></SPAN><INPUTname=myselectonclick=javascript:this.form.myselectvalue.value=1;type=radiovalue=1><SPANclass=f12><FONTcolor=#0000ccstyle="FONT-SIZE:12px">mp3</FONT></SPAN><INPUTname=myselectonclick=javascript:this.form.myselectvalue.value=6;type=radiovalue=0><FONTcolor=#0000ccstyle="FONT-SIZE:12px">贴吧</FONT><INPUTname=myselectonclick=javascript:this.form.myselectvalue.value=5;type=radiovalue=0><FONTcolor=#0000ccstyle="FONT-SIZE:12px">图片</FONT><TABLEalign=rightborder=0cellPadding=0cellSpacing=0width="100%"><TBODY><TR><TD><FONTstyle="FONT-SIZE:12px"><inputid=wordname=wordsize="40"></FONT><inputtype="submit"value="百度搜索"></TD></TR></form>希望对楼主有帮助
解决方案六:
<inputid="key"type="text"/><inputtype="button"value="站外搜索"onclick="document.location='http://www.baidu.com/s?wd=keyword+site:google.com';"/>
解决方案七:
http://www.baidu.com/s?wd=搜索内容