【JavaScript學習筆記】呼叫google搜尋

Dsp Tian發表於2017-09-02
<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>

 

相關文章