1. 程式人生 > >【JavaScript學習筆記】調用google搜索

【JavaScript學習筆記】調用google搜索

alt href blog ddl ear input arch -c html

<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>

【JavaScript學習筆記】調用google搜索