zoukankan      html  css  js  c++  java
  • 百度站内搜索代码

    百度搜索

    <!-- Baidu Search -->
    <form method="get" action="http://www.baidu.com/baidu">
        <div style="background-color:white">
            <input name="tn" type="hidden" value="baidu" />
            <a href="http://www.baidu.com/">
                <img src="http://img.baidu.com/img/logo-80px.gif" border="0" alt="Baidu" />
            </a>
            <input type="text" name="word" size="30" />
            <input type="submit" value="Baidu Search" />
        </div>
    </form>
    <!-- Baidu Search -->

    百度站内搜索

    把www.iz100.com改成你自己的站

    <!-- 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.iz100.com" />
            <input name="ct" type="hidden" value="2097152" />
            <input name="s" type="radio" checked="checked" />
            <label for="s">搜索板材大全</label>
        </div>
    </form>
    <!-- Baidu Search -->
  • 相关阅读:
    Linux(centos)下安装JDK
    springmvc的面试知识点总结
    建造者模式
    PHP原型模式
    PHP适配器模式
    php备忘录模式
    PHP代理模式proxy
    单例模式
    工厂模式
    结构模式
  • 原文地址:https://www.cnblogs.com/iz100/p/4044406.html
Copyright © 2011-2022 走看看