Мини поисковики:

Тот,кому нужен простой поисковик вот вам код! Это поисковик Google:

Код:
<center>
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#CED6FF" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0"><tr><td>
  <INPUT TYPE=text name=q size=18,9 maxlength=255 value="" style="border-left: 2px solid #5C6390; border-top: 2px solid #5C6390">
<INPUT TYPE=hidden name=hl value="en">

<INPUT type=submit name=btnG VALUE="Google Search">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->

Вставлять в любой Html и можно в объявление!

Другой поисковик: вставляем куда угодно!

Код:
<table width=454 height=36 border=0 cellspacing=0 cellpadding=0>
<script>
if (document.layers) document.write('<style>INPUT { background: #2478E5}</style>')
</script>
<tr>
<td colspan=3 height=44><form action=http://narod.yandex.ru/cgi-bin/yandsearch><input type=hidden name=user value=k-i-t-t-y><img src=http://narod.ru/images/search/3/find.gif></td>
</tr>
<tr>
<td colspan=3 align=right valign=bottom background=http://narod.ru/images/search/3/b1.gif>
<table width=100% cellspacing=0 cellpadding=0 border=0 background=none>
<tr>
<td width=100% align=right><font size=-1><input name=text size=50 class=brd style="width:300px;"></font></td>
<td align=right><input type=image src=http://narod.ru/images/search/3/button.gif hspace=8 border=0 width=29 height=29></td>
</tr>
</table>
</td>
</tr>
<tr valign=top>
<td><img src=http://narod.ru/images/search/3/b2.gif></td>
<td background=http://narod.ru/images/search/3/b3.gif width=288 valign=top nowrap><font size=-1 color=ffffff>
<input type=radio name=where value=2 checked style="position:relative;left:-1px;top: 2px;"> на k-i-t-t-y.narod.ru<br>
          <input type=radio name=where value=0 style="position:relative;left:-1px; top: -1px;"> на Народ.Ру<br>
                 <input type=radio name=where value=1 style="position:relative;left:-1px; top: 0px;">  на Яндексе</font></td>
<td width=1></form><br></td>
</tr>
</table>

Поиск в Гугл

Добавляеться маленькая полоска для поиска в Гугл
В хтмл низ:

Код:
<script language="JavaScript">
function clr(){
document.forma1.field1.value=""}
function back(){
document.forma1.field1.value="Поиск в Google"}
function mysearch() {
var fval=document.forma1.field1.value;
{
var fsearch="http://www.google.com.ua/search?hl=ru&q=" + fval;
location.href=fsearch;
}}
</script>