検索窓を作ってみる

HP作成作業の延長で、自分用の超シンプルな検索ページが作れないかと思いついてしまいました。なので、とりあえず探してきたものを置いておきます。


グーグル検索窓

<!-- Google -->
<form method=get action="http://www.google.co.jp/search"target="_blank">
<table bgcolor="#FFFFFF">
<tr> <td>
<a href="http://www.google.co.jp/"target="_blank">
<img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google" align="absmiddle"> </a>
<input type=text name=q size=31 maxlength=255 value="">
<input type=hidden name=ie value=Shift_JIS>
<input type=hidden name=oe value=Shift_JIS>
<input type=hidden name=hl value="ja">
<input type=submit name=btnG value="Google 検索"style="margin:0;">
</td> </tr> </table>
</form>
<!-- Google -->


YAHOO検索窓

<!-- Begin Yahoo Search Form -->
<div style="margin:0;padding:0;font-size:14pt;border:none;background-color:#FFF;">
<form action="http://search.yahoo.co.jp/search" method="get" target="_blank" style="margin:0;padding:0;">
<p style="margin:0;padding:0;"><a href="http://www.yahoo.co.jp/" target="_blank">
<img src="http://i.yimg.jp/images/search/guide/searchbox/080318/
ysearch_logo_85_22.gif" alt="Yahoo! JAPAN" style="border:none;vertical-align:middle;padding:0;border:0;" width="85" height="22"></a><input type="text" name="p" size="31"><input type="hidden" name="fr" value="yssw"><input type="hidden" name="ei" value="Shift_JIS"><input type="submit" value="検索" style="margin:0;"></p>
</form>
</div>
<!-- End Yahoo! Search Form -->

これを貼れば検索窓が出来るはずです。
両方別窓で検索結果が出るように少しいじっています。