MBA智庫百科:在您的站點加入智庫百科搜索框
出自 MBA智库百科(https://wiki.mbalib.com/)
MBA智庫百科的內容受到了很多使用者的好評。有的網站管理員和開發者,希望在他們自己的網站中添加MBA智庫百科的搜索框,以便他們網站的訪問者在站內就可以實現對MBA智庫百科條目的搜索,而無需事先跳轉到MBA智庫百科來。因此MBA智庫百科公佈下麵的搜索代碼,提供給這些網站管理員和開發使用。
由於MBA智庫百科上使用的字元集編碼為UTF-8,因此如果您的網頁不是使用UTF-8編碼,則需要根據您的網站所使用的編碼選擇相應的代碼片斷添加在您的網站上即可。
目錄 |
UTF-8:
<form target="_blank" action="http://wiki.mbalib.com/s" method="GET"> <a href="http://wiki.mbalib.com/" title="MBA智庫百科,最大的中文經管百科"><img alt="MBA智庫百科" border="0" src="http://www.mbalib.com/img/logo-small.gif"></a><br> <input name="q" type="text" value="" size="15" /><input type="submit" value="进入" /><br> <!-- 請設定為您頁面所用的字元集編碼 --> <input type="hidden" name="ie" value="UTF-8"> 最大的中文經管百科 </form>
GBK:
<form target="_blank" action="http://wiki.mbalib.com/s" method="GET"> <a href="http://wiki.mbalib.com/" title="MBA智庫百科,最大的中文經管百科"><img alt="MBA智庫百科" border="0" src="http://www.mbalib.com/img/logo-small.gif"></a><br> <input name="q" type="text" value="" size="15" /><input type="submit" value="进入" /><br> <!-- 請設定為您頁面所用的字元集編碼 --> <input type="hidden" name="ie" value="GBK"> 最大的中文經管百科 </form>
GB2312:
<form target="_blank" action="http://wiki.mbalib.com/s" method="GET"> <a href="http://wiki.mbalib.com/" title="MBA智庫百科,最大的中文經管百科"><img alt="MBA智庫百科" border="0" src="http://www.mbalib.com/img/logo-small.gif"></a><br> <input name="q" type="text" value="" size="15" /><input type="submit" value="进入" /><br> <!-- 請設定為您頁面所用的字元集編碼 --> <input type="hidden" name="ie" value="GB2312"> 最大的中文經管百科 </form>
BIG5:
<form target="_blank" action="http://wiki.mbalib.com/s" method="GET"> <a href="http://wiki.mbalib.com/" title="MBA智庫百科,最大的中文經管百科"><img alt="MBA智庫百科" border="0" src="http://www.mbalib.com/img/logo-small.gif"></a><br> <input name="q" type="text" value="" size="15" /><input type="submit" value="进入" /><br> <!-- 請設定為您頁面所用的字元集編碼 --> <input type="hidden" name="ie" value="BIG5"> 最大的中文經管百科 </form>