السلام عليكم هذا الكواد جاهزة لمحركات بحث لموقعك
محرك البحث جوجل
<center>
<form action="http://www.google.com/search" method="get" target="_blank">
<table height="28" cellSpacing="0" cellPadding="0">
<tbody>
<tr>
<td height="24"><a style="COLOR: #00009c; TEXT-DECORATION: none" href="http://www.google.com/"><img alt="Google" src="http://www.google.com/logos/Logo_40wht.gif" align="absMiddle" border="0" width="128" height="53"></a>
<input maxLength="255" size="25" name="q" style="color: #800000; border: 1 solid #000000">
<input type="submit" value="ابحث" name="btnG" style="color: #FFFFFF; font-family: Tahoma; background-color: #333300; border: 1 solid #000000"></td>
</tr>
</tbody>
</table>
</form>
</center><!-- Search Google -->
محرك بحث التا فيستا
<td width="100%" align="center"><FORM ACTION="http://service.bfast.com/bfast/click" style="background-color: #C0C0C0" >
<INPUT TYPE="hidden" NAME="siteid" VALUE="29441281" >
<INPUT TYPE="hidden" NAME="bfpage" VALUE="search_lg">
<INPUT TYPE="hidden" NAME="bfmid" VALUE="22218516" >
<input type=hidden name=user value=befree>
<input type=hidden name=pg value=q>
<table width=468 border=0 cellspacing=0 cellpadding=3 bgcolor=White>
<td width="100%" bgcolor="#C0C0C0">
<p align="center"><input type=text name=q size=19
maxlength=800> <SELECT NAME=kl>
<OPTION VALUE=XX SELECTED>any language <OPTION
VALUE=en>English<OPTION VALUE=zh>Chinese<OPTION VALUE=cs>Czech<OPTION
VALUE=da>Danish<OPTION VALUE=nl>Dutch<OPTION VALUE=et>Estonian<OPTION
VALUE=fi>Finnish<OPTION VALUE=fr>French<OPTION VALUE=de>German<OPTION
VALUE=el>Greek<OPTION VALUE=he>Hebrew<OPTION
VALUE=hu>Hungarian<OPTION VALUE=is>Icelandic<OPTION
VALUE=it>Italian<OPTION VALUE=ja>Japanese<OPTION
VALUE=ko>Korean<OPTION VALUE=lv>Latvian<OPTION
VALUE=lt>Lithuanian<OPTION VALUE=no>Norwegian<OPTION
VALUE=pl>Polish<OPTION VALUE=pt>Portuguese<OPTION
VALUE=ro>Romanian<OPTION VALUE=ru>Russian<OPTION
VALUE=es>Spanish<OPTION VALUE=sv>Swedish</SELECT></p>
</td>
<tr>
<td align=right>
<p align="center"><input type=image name=search
src="http://av.com/srchbox/search.gif" alt=Search hspace=5
border=0></p>
محرك بحث ذو تصميم مميز
<script language="JavaScript">
<!--
//
// Script by Jari Aarniala [
www.mbnet.fi/~foo --
foo@mbnet.fi]
//
// This script makes it easy to choose with which search engine
// you`d like to search the net. You may use this if you keep this
// text here...
//
function startSearch(){
searchString = document.searchForm.searchText.value;
if(searchString != ""){
searchEngine = document.searchForm.whichEngine.selectedIndex + 1;
finalSearchString = "";
if(searchEngine == 1){
finalSearchString = "http://www.altavista.digital.com/cgi-bin/query?pg=q&what=web&fmt=.&q=" + searchString;
}
if(searchEngine == 2){
finalSearchString = "http://av.yahoo.com/bin/query?p=" + searchString + "&hc=0&hs=0";
}
if(searchEngine == 3){
finalSearchString = "http://www.excite.com/search.gw?trace=a&search=" + searchString;
}
if(searchEngine == 4){
finalSearchString = "http://www.hotbot.com/?SW=web&SM=MC&MT=" + searchString + "&DC=10&DE=2&RG=NA&_v=2&act.search.x=89&act.search.y=7";
}
if(searchEngine == 5){
finalSearchString = "http://www.infoseek.com/Titles?qt=" + searchString + "&col=WW&sv=IS&lk=noframes&nh=10";
}
if(searchEngine == 6){
finalSearchString = "http://www.lycos.com/cgi-bin/pursuit?adv=%26adv%3B&cat=lycos&matchmode=and&query=" + searchString + "&x=45&y=11";
}
if(searchEngine == 7){
finalSearchString = "http://netfind.aol.com/search.gw?search=" + searchString + "&c=web&lk=excite_netfind_us&src=1";
}
location.href = finalSearchString;
}
}
// -->
</script>
<basefont face="Verdana, Arial, sans-serif">
<form name="searchForm">
<table width=320 border cellpadding=3 cellspacing=2 bgcolor=FBEFEF>
<tr>
<td bgcolor=FBEFEF><font size=2 face="Verdana, Arial, sans-serif">اكتب كلمة البحث:<br>
<td bgcolor=FBEFEF><font size=2 face="Verdana, Arial, sans-serif">اختر محرك البحث:
<td bgcolor=FBEFEF>
<tr>
<td bgcolor=FBEFEF><input style="background: FFFFFF" name="searchText" type="text">
<td bgcolor=FBEFEF>
<select style="background: FFFFFF" name="whichEngine">
<option selected>Altavista
<option>Yahoo!
<option>Excite
<option>Hotbot
<option>Infoseek
<option>Lycos
<option>AOL Netfind
</select>
<td bgcolor=FBEFEF><input type="button" value="أبحـــث" onClick="startSearch()">
</select>
</table>
</form>
<font size="1"><a href="mailto:wxnwx@maktoob.com" target="_blank">للحصول على محرك بحث أضغط هنا</a></font></p>
محرك بحث داخل الصفحة
<script language="JavaScript">
var NS4 = (document.layers); // Which browser?
var IE4 = (document.all);
var win = window; // window to search.
var n= 0;
function findInPage(str) {
var txt, i, found;
if (str == "")
return false;
// Find next occurance of the given string on the page, wrap around to the
// start of the page if necessary.
if (NS4) {
// Look for match starting at the current point. If not found, rewind
// back to the first match.
if (!win.find(str))
while(win.find(str, false, true))
n++;
else
n++;
// If not found in either direction, give message.
if (n == 0)
alert("Not found.");
}
if (IE4) {
txt = win.document.body.createTextRange();
// Find the nth match from the top of the page.
for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) {
txt.moveStart("character", 1);
txt.moveEnd("textedit");
}
// If found, mark it and scroll it into view.
if (found) {
txt.moveStart("character", -1);
txt.findText(str);
txt.select();
txt.scrollIntoView();
n++;
}
// Otherwise, start over at the top of the page and find first match.
else {
if (n > 0) {
n = 0;
findInPage(str);
}
// Not found anywhere, give message.
else
alert("Not found.");
}
}
return false;
}
</script>
<form name="search" onSubmit="return findInPage(this.string.value);">
<font size=3><input name="string" type="text" size=15 onChange="n = 0;"></font>
<input type="submit" value="Find">
</form>
محرك بحث عربي
<center><font size="2" face="Arial"><b><a href="http://www.arab.de/asearch.htm">
</a></b></font></center><br><br><br>
<p><center><font size="2" face="Arial" color="#FF0000"><b>ابحث في محرك
البحث العربي عن اي موقع</b></font><p>
</center><center><form action="/cgi-bin/email/ArabAlman/sgsearch.eml" method="POST">
<input type="hidden" name="ResponsePage" value="http://members.aol.com/ArabAlman/sgsdanke.htm">
<font size="2" face="Arial"><b>URL:</b></font><input type="text" size="60" name="URL" value="http://"><br><br>
<input type="submit" value="ابحث"> <input type="reset" value="امسح"></form></center>
تحياتي