zoukankan      html  css  js  c++  java
  • Google和Baidu的站内搜索代码

    <!-- SiteSearch Google -->
    <form method="get" action="http://www.google.com/search">
            <div style="background-color:white">
                    <a href="http://www.google.com/">
                            <img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google" />
                    </a>
                    <input type="text" name="q" size="31" maxlength="255" value="html" />
                    <input type="hidden" name="ie" value="GB2312" />
                    <input type="hidden" name="oe" value="GB2312" />
                    <input type="hidden" name="hl" value="zh-CN" />
                    <input type="submit" name="btnG" value="Google Search" />
                    <input type="hidden" name="domains" value="http://www.speed.com/" />
                    <br />
                    <input type="radio" name="sitesearch" value=" " />
                    <label for="sitesearch">搜索WWW</label>
                    <input type="radio" name="sitesearch" value="www.speed.com" checked="checked" />
                    <label for="sitesearch">搜索uuspeed</label>
            </div>
    </form>
    <!-- SiteSearch Google -->

    <!-- Baidu Search -->
    <form method="get" action="http://www.baidu.com/baidu">
            <div style="background-color:white">
                    <img src="http://img.baidu.com/img/logo-137px.gif" border="0" alt="baidu" />
                    <input name="word" size="30" maxlength="100" value="html" />
                    <input type="submit" value="Baidu Search" />
                    <br />
                    <input name="tn" type="hidden" value="bds" />
                    <input name="cl" type="hidden" value="3" />
                    <input name="si" type="hidden" value="www.speed.com" />
                    <input name="ct" type="hidden" value="2097152" />
                    <input name="s" type="radio" checked="checked" />
                    <label for="s">搜索uuspeed</label>
            </div>
    </form>

    <!-- Baidu Search -->

    http://www.dreamdu.com/webbuild/google_search/点击打开链接

    <form method=get action="http://www.google.com/search">
    <input type=text name=q onfocus="if(this.value=='请输入关键词...') {this.value='';}this.style.color='#313131';" onblur="if(this.value=='') {this.value='请输入关键词...';this.style.color='#313131';}" value="请输入关键词..." x-webkit-speech lang="zh-CN" onwebkitspeechchange="foo()" x-webkit-grammar="bUIltin:search" >
    <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.speed.com" >
    <input type=hidden name=sitesearch value="www.speed.com">
    </form>

    资料http://blog.sina.com.cn/s/blog_5446a5800100jw1m.html点击打开链接

  • 相关阅读:
    CentOS Linux更改MySQL数据库目录位置
    CodeCombat第一关:KITHGARD地牢之KITHGARD精通
    aspose将word转pdf时乱码,或者出现小方框问题
    go ---switch语句
    go ---作用域及判断变量类型的方式。
    golang 学习笔记 --基本类型
    892. 三维形体的表面积
    70. 爬楼梯
    centOS安装java
    CentOS7安装MySQL
  • 原文地址:https://www.cnblogs.com/xinyuyuanm/p/3212011.html
Copyright © 2011-2022 走看看