對話企業家陶利——做企業靠 19年前,他是一個程序員,初出茅廬,經驗不足,憑借一己之力闖世界;
省市領導蒞臨億恩科技推進電 12月22日上午,由河南省商務廳,鄭州市商務局有關領導蒞臨河南省億
怎樣選擇服務器托管商?如何 互聯網開展至今,服務器方面的受到越來越多人的注重,假如要停止服務器
在網站建設過程,有很多頁面的功能是需要我們使用網頁特效代碼的,怎么在網站中加入百度搜索和站內搜索的代碼呢?下面就為大家介紹一下添加百度搜索站內搜索代碼的方法。
百度的搜索:
</DIV><!--百度搜索--> <div align=center><iframe id="baiduframe" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" scrolling="no" width="200" height="30" src=http://unstat.baidu.com/bdun.bsc?tn=dabaoku&cv=1&cid=31577&csid=102&rkcs=2&bgcr=EDEDEB&ftcr=FF0000&rk=1&bd=1&bdas=0> </iframe></div>
站內搜索代碼:
1、google搜索:
<!--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="/你的網站網址"> <input type=hidden name=sitesearch value="/你的網站網址"> </form> <!--Google站內搜索結束-->
2、百度搜索:
<!--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="/你的網站網址"> </form> <!--Baidu站內搜索結束-->
3、雅虎搜索;
<!--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="/你的網站網址"> </form> <!--Yahoo站內搜索結束-->