検索フォームの設置
あなたのホームページに、エキサイトの検索フォームを設置してみませんか? 以下に検索フォームのHTMLソースを用意しました。ホームページに貼りつけてご利用ください。
<form action="http://www.excite.co.jp/search.gw" name="search" method="get"> <input type="text" size="50" name="search"> <input type="submit" value="検索"> <br> <font size=-1> <input type="radio" name="target" value="combined" checked>ウェブ <input type="radio" name="target" value="image">画像 <input type="radio" name="target" value="video">動画 <input type="radio" name="target" value="product">買い物 <input type="radio" name="target" value="category">カテゴリ <input type="radio" name="target" value="hourly">ニュース </font> <input type="hidden" name="look" value="excite_jp"> </form>