Skip to content

Instantly share code, notes, and snippets.

@tyoshikawa1106
Last active December 17, 2015 11:49
Show Gist options
  • Save tyoshikawa1106/5604923 to your computer and use it in GitHub Desktop.
Save tyoshikawa1106/5604923 to your computer and use it in GitHub Desktop.
Google検索窓の表示
<!-- Google -->
<form method="GET" action="http://www.google.co.jp/search" target="_blank" >
<table><tr><td>
<a href="http://www.google.co.jp/"></a>
<input type=text name=q size=21 maxlength=255 value="">
<input type=hidden name=ie value="UTF-8">
<input type=hidden name=oe value="UTF-8">
<input type=hidden name=hl value="ja">
<input type=submit value="検索">
</td></tr></table>
</form>
<!-- Google -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment