【JavaScript学习笔记】调用google搜索

<html>
    <form method=get action="http://www.google.com/search">
        <a href="http://www.google.com/intl/zh-CN/" mce_href="http://www.google.com/intl/zh-CN/">
        <img src="http://www.google.com/logos/Logo_40wht.gif" mce_src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google" align="absmiddle"></a>
        <input type=text name=q size=40 style="height:24px" maxlength=255 value=""> 
        <input type=submit name=btnG style="height:26px" value="Google 搜索">
        <input type=hidden name=ie value=GB2312>
        <input type=hidden name=oe value=GB2312>
        <input type=hidden name=hl value=zh-CN>
    </form>
</html>

 

posted @ 2017-09-02 21:02  Dsp Tian  阅读(778)  评论(0编辑  收藏  举报