zoukankan      html  css  js  c++  java
  • 综合搜索引擎代码

    <script>
    function s_1()
    {window.open("http://www.baidu.com/baidu?tn=gg5g&word="+f_g.key.value);return false;};
    function s_2()
    {window.open("http://music.yisou.com/search?p="+f_g.key.value);return false;};
    function s_3()
    {window.open("http://search2.onlinedown.net/search.asp?Keyword="+f_g.key.value);return false;};
    function s_4()
    {window.open("http://bt.fkee.com/search.aspx?p=Seed&b=0&q="+f_g.key.value);return false;};
    function s_5()
    {window.open("http://www.google.com/search?hl=zh-CN&q="+f_g.key.value);return false;};
    function s_6()
    {window.open("http://search.iask.com/cgi-bin/search/search.cgi?_searchkey="+f_g.key.value);return false;};
    function s_7()
    {window.open("http://iask.com/s?k="+f_g.key.value);return false;};
    function s_8()
    {window.open("http://www.yahoo.com.cn/search?stype=&scch=on&ei=gb&p="+f_g.key.value);return false;};
    function s_9()
    {window.open("http://www.sogou.com/web?query="+f_g.key.value);return false;};
    function s_10()
    {window.open("http://image.baidu.com/i?word="+f_g.key.value);return false;};
    function s_11()
    {window.open("http://v.iask.com/v?k="+f_g.key.value);return false;};
    function s_12()
    {window.open("http://www.huochepiao.com/Search/chaxun/resultz.asp?txtChezhan="+f_g.key.value);return false;};
    function s_13()
    {window.open("http:/dict.cn/search/?q="+f_g.key.value);return false;};
    function s_14()
    {window.open("http://quote.stock.163.com/stock/findsymbol?code="+f_g.key.value);return false;};
    function s_15()
    {window.open("http://www.123cha.com/ip/?q="+f_g.key.value);return false;};
    function s_16()
    {window.open("http://www.123cha.com/ip/?q="+f_g.key.value);return false;};
    </script>
            <FORM name=f_g onsubmit=return(s_1())>
    <table width="100%" align="center" cellpadding="1" cellspacing="1">
                    <tr>
                      <td width="540"><INPUT class=INPUT1 onblur="if (value ==''){value=''}"
    onmouseover=this.focus() title='请输入你要搜索的内容,然后选择相应的搜索引擎'

    onfocus=this.select() onclick="if(this.value==' 请输入关键字')this.value=''"
    size=30 value="请输入关键字" name=key>
                          <input name="Submit" type="button" class="INPUT2" onclick=s_1() value="百度">
                          <input name="Submit" type="button" class="INPUT2" onclick=s_2() value="MP3">
                          <input name="Submit" type="button" class="INPUT2" onclick=s_3() value="软件">
                        <input name="Submit" type="button" class="INPUT2" onclick=s_4() value="BT">
                        <input name="Submit" type="button" class="INPUT2" onclick=s_5() value="GOOGLE">
                        <input name="Submit" type="button" class="INPUT2" onclick=s_6() value="新浪">
                        <input name="Submit" type="button" class="INPUT2" onclick=s_7() value="爱问">
                        <input name="Submit" type="button" class="INPUT2" onclick=s_8() value="雅虎">
                        <input name="Submit" type="button" class="INPUT2" onclick=s_9() value="搜狗">
                        <input name="Submit" type="button" class="INPUT2" onclick=s_10() value="图片">
                        <input name="Submit" type="button" class="INPUT2" onclick=s_11() value="视频">
                        <input name="Submit" type="button" class="INPUT2" onclick=s_12() value="火车">
                        <input name="Submit" type="button" class="INPUT2" onclick=s_13() value="词典">
                        <input name="Submit" type="button" class="INPUT2" onclick=s_14() value="股票">
                        <input name="Submit" type="button" class="INPUT2" onclick=s_15() value="IP地址">
                        <input name="Submit" type="button" class="INPUT2" onclick=s_16() value="手机属地">
    </td>

                      </tr>
                </table>


    大家自己美好吧。。。呵呵
  • 相关阅读:
    Java8新特性(一)_interface中的static方法和default方法
    从ELK到EFK演进
    使用Maven构建多模块项目
    maven 把本地jar包打进本地仓库
    在基于acpi的linux系统上如何检查当前系统是否支持深度睡眠?
    linux内核中#if IS_ENABLED(CONFIG_XXX)与#ifdef CONFIG_XXX的区别
    linux内核睡眠状态解析
    如何在linux中测试i2c slave模式驱动的功能?
    insmod内核模块时提示"unknown symbol ..."如何处理?
    insmod某个内核模块时提示“Failed to find the folder holding the modules”如何处理?
  • 原文地址:https://www.cnblogs.com/MaxIE/p/397724.html
Copyright © 2011-2022 走看看