ELLの足跡

人は最後は一人だという…でも、…今は妻が傍にいてくれる…

サイト内検索窓を取り付けたぁ~!

弊社のホームページの中を検索窓によって検索出来るようにしたぁ~!

ただし、Google検索エンジンで検索結果を表示・・・

つまり、オリジナルではないのだ・・・が・・・結構満足だぁ~!


HTMLを書いておいたので利用してみて下さい・・・

後は、オレンジ色の個所は・・・あなたのドメイン名に換えて下さい

赤色の部分・・・background⇒背景色・・・border-color⇒枠の色・・・color⇒文字色です。

<form action="http://www.google.com/search" target="_blank">
  <input type="hidden" name="hl" value="ja">
  <input type="hidden" name="hq" value="inurl:odn.ne.jp/ell-yamauchi">
  <input type="hidden" name="ie" value="Shift_JIS">
  <input type="hidden" name="oe" value="Shift_JIS">
  <input type="hidden" name="filter" value="0">
  <input type="text" name="q" size="40" maxlength="256" value="" style="background:#FFFFCC;border-style:inset;border-width:6px;border-color:red">
  <input type="submit" name="btnG" value="サイト内の検索" style="background:#99FFFF;color:red;font-weight:bold;border-style:inset;border-color:red;border-width:6px" title="弊社のサイト内を検索しGoogleで別枠表示します" align="middle">
</form>



↓↓↓↓↓コピーして利用される場合は、こちらを利用して下さい↓↓↓↓↓
<form action="http://www.google.com/search" target="_blank">
<input type="hidden" name="hl" value="ja">
<input type="hidden" name="hq" value="inurl:odn.ne.jp/ell-yamauchi">
<input type="hidden" name="ie" value="Shift_JIS">
<input type="hidden" name="oe" value="Shift_JIS">
<input type="hidden" name="filter" value="0">
<input type="text" name="q" size="40" maxlength="256" value="" style="background:#FFFFCC;border-style:inset;border-width:6px;border-color:red">
<input type="submit" name="btnG" value="サイト内の検索" style="background:#99FFFF;color:red;font-weight:bold;border-style:inset;border-color:red;border-width:6px" title="弊社のサイト内を検索しGoogleで別枠表示します" align="middle">
</form>