文書更新:2018年07月08日(日) 午後5時06分15秒

Home > その他 > サイト内検索 > Yahoo 検索のコード( 169 )

yahooカスタム検索のコード

このサイトで利用しているコードです。赤文字の部分を変更すれば、別のドメインでも動作すると思います。
<!-- Begin Yahoo Search Form -->
<div style="position:relative;float:right;z-index:2;margin:0;padding:0;font-size:10pt;width:300px;top:-5px;right:5px;border:none;background-color:none;">
	<form action="http://search.yahoo.co.jp/search" method="get" target="_blank" style="margin:0;padding:0;">
		<p style="margin:0;padding:0;">
		<ul style="margin:0 0 0 9px;padding:0;font-size:8pt;list-style:none;">
			<li style="display:inline;"><input name="vs" type="radio" value="">Yahoo! JAPAN全体を検索</li>
			<li style="display:inline;"><input name="vs" type="radio" value="leom.mydns.jp" checked="checked">サイト内を検索</li>
		</ul>
		<input type="text" name="p" size="28" style="margin:0 3px;width:240px;vertical-align:middle;">
		<input type="hidden" name="fr" value="ysiwb">
		<input type="hidden" name="ei" value="utf-8">
		<input type="image" height="21" alt="検索" width="45" src="http://i.yimg.jp/images/search/searchfy/btn_search_blue.gif" border="0" name="search" style="margin:0; vertical-align:middle;"></p>>
		<a href="http://www.yahoo.co.jp" target="_blank" style="text-decoration: none;font-size:8px;position:relative;float:right;">powered by Yahoo! JAPAN</a>
	</form>
</div>
<!-- End Yahoo! Search Form -->