對(duì)話(huà)企業(yè)家陶利——做企業(yè)靠 19年前,他是一個(gè)程序員,初出茅廬,經(jīng)驗(yàn)不足,憑借一己之力闖世界;
省市領(lǐng)導(dǎo)蒞臨億恩科技推進(jìn)電 12月22日上午,由河南省商務(wù)廳,鄭州市商務(wù)局有關(guān)領(lǐng)導(dǎo)蒞臨河南省億
怎樣選擇服務(wù)器托管商?如何 互聯(lián)網(wǎng)開(kāi)展至今,服務(wù)器方面的受到越來(lái)越多人的注重,假如要停止服務(wù)器
在網(wǎng)站建設(shè)過(guò)程,有很多頁(yè)面的功能是需要我們使用網(wǎng)頁(yè)特效代碼的,怎么在網(wǎng)站中加入百度搜索和站內(nèi)搜索的代碼呢?下面就為大家介紹一下添加百度搜索站內(nèi)搜索代碼的方法。
百度的搜索:
</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>
站內(nèi)搜索代碼:
1、google搜索:
<!--Google站內(nèi)搜索開(kāi)始--> <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="/你的網(wǎng)站網(wǎng)址"> <input type=hidden name=sitesearch value="/你的網(wǎng)站網(wǎng)址"> </form> <!--Google站內(nèi)搜索結(jié)束-->
2、百度搜索:
<!--Baidu站內(nèi)搜索開(kāi)始--> <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="/你的網(wǎng)站網(wǎng)址"> </form> <!--Baidu站內(nèi)搜索結(jié)束-->
3、雅虎搜索;
<!--Yahoo站內(nèi)搜索開(kāi)始--> <form action="http://www.yahoo.com.cn/search"> <input type=text name="p"> <input type="submit" value="Yahoo 搜索"> <input type=hidden name=vs value="/你的網(wǎng)站網(wǎng)址"> </form> <!--Yahoo站內(nèi)搜索結(jié)束-->