乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      Google和百度、雅虎的站內(nèi)搜索代碼

       freezn 2006-04-05
      對于一個(gè)網(wǎng)站來說,使用搜索引擎來進(jìn)行站內(nèi)搜索往往比自己編寫的站內(nèi)搜索更高效,并且不占用網(wǎng)站服務(wù)器的資源,下面是我搜集到的幾個(gè)主要搜索引擎(Google和百度、雅虎)的站內(nèi)搜索代碼,使用時(shí)只需要將代碼里的"www.williamlong.info"替換成你的網(wǎng)址即可。

      <!--Google站內(nè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="www.williamlong.info">
      <input type=hidden name=sitesearch value="www.williamlong.info">
      </form>
      <!--Google站內(nèi)搜索結(jié)束-->

      <!--Baidu站內(nè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="www.williamlong.info">
      </form>
      <!--Baidu站內(nèi)搜索結(jié)束-->

      <!--Yahoo站內(nèi)搜索開始-->
      <form action="http://www./search">
      <input type=text name="p">
      <input type="submit" value="Yahoo 搜索">
      <input type=hidden name=vs value="www.williamlong.info">
      </form>
      <!--Yahoo站內(nèi)搜索結(jié)束-->

        下面是Google和百度的Javascript版的站內(nèi)搜索代碼:

      <!--Google站內(nèi)搜索開始-->
      <script type="text/javascript">
      function googlesearch () {
      var wq=document.getElementsByName("wq")[0].value;
      var link="http://www.google.com/search?domains=www.williamlong.info&sitesearch=www.williamlong.info&q="+wq;
      window.open(link); }
      </script>
      <input type="text" name="wq"/><input type="submit" onclick="javascript:googlesearch()" value="Google 搜索" />
      <!--Google站內(nèi)搜索結(jié)束-->

      <!--Baidu站內(nèi)搜索開始-->
      <script language="javascript">
      function baidusearch () {
      var wd=document.getElementsByName("wd")[0].value;
      var link="http://www.baidu.com/s?si=www.williamlong.info&cl=3&ct=2097152&tn=baidulocal&word="+wd;
      window.open(link); }
      </script>
      <input type="text" name="wd"/><input type="submit" onclick="javascript:baidusearch()" value="Baidu 搜索" />
      <!--Baidu站內(nèi)搜索結(jié)束-->

        本站是提供個(gè)人知識管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點(diǎn)擊一鍵舉報(bào)。
        轉(zhuǎn)藏 分享 獻(xiàn)花(0

        0條評論

        發(fā)表

        請遵守用戶 評論公約

        類似文章 更多