المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : كيف أسوي بحث للموقع حقي


السبيل
16-01-2003, 01:12 PM
؟؟؟؟؟؟؟؟؟؟

mazroh2002
16-01-2003, 03:24 PM
انسخ الكود وضعه فى الصفحة التى تريدها

هذا محرك بحث :
<script language="**********"><!--
// START HIDE
var MAX_ENGINES = 35;
var tp='';
var tpp='';
var find = 'hunt';
var hold=0;
var hold2=0;
var gog=0;
var ap='';
function MakeArray(n) {
for (var i = 1; i <= n; i++) {
this[i] = 0;
}
this.maxlen = n;
this.len = 0;
return this;
}
var engs = new MakeArray(MAX_ENGINES);
function find_substring(needle, haystack) {
var i, needlen = needle.length, haylen = haystack.length;
for (i=0; i<=haylen-needlen; i++) {
if (needle == haystack.substring(i,i+needlen))
return i;
}
return false;
}
function Engine(name, opts, home, search) {
var gotcha = find_substring(find, search);
this.name = name;
this.opts = opts;
this.home = home;
this.pre_gotcha = search.substring(0,gotcha);
this.post_gotcha= search.substring(gotcha+find.length, search.length);
}
function Add(name, opts, home, search) {
engs.len++;
if (engs.len <= engs.maxlen) {
engs[engs.len] = new Engine(name, opts, home, search)
}
else {
alert ('Better increase MAX_ENGINES: ' + engs.Len + '>' + engs.maxlen)
}
}
function DisplayForm() {
document.writeln('<FORM Name=Gotchaform OnSubmit="HandleForm(this); return false">');
document.writeln('<strong></strong>&nbsp;<INPUT size=15 name="query">');
document.writeln('<strong></strong>&nbsp;<SELECT name="service">');
for (i=1; i <= engs.len; i++) {
document.writeln("<OPTION " + engs[i].opts + "> " + engs[i].name);
}
document.writeln('</SELECT> &nbsp;<input type=submit value="ابحث"><br>');
document.writeln('</FORM>');
document.Gotchaform.query.focus()
}
function HandleForm(form){
var i, newq="", oldq=form.query.value;
for (i=0; i<oldq.length; i++) { // compress [ ]+ into \+
var thischar = oldq.charAt(i);
if (thischar =="+")newq += "+";
else
if (thischar != ' ')
newq += thischar;
else if (lastchar != ' ')
newq += '+';
lastchar = thischar;
}
var eng = engs[1+form.service.selectedIndex];
// Window
search=window.open(newq ? eng.pre_gotcha + newq + eng.post_gotcha : eng.home,"SmartSearch","scrollbars=yes,toolbar=yes,location=yes,directorie s=yes,status=yes,menubar=yes,resizable=yes,width=' 100%',hight='100%'");
}
Add("Alta Vista","SELECTED","http://altavista.digital.com/","http://altavista.digital.com/cgi-bin/query?pg=q&what=web&fmt=d&q=hunt");
Add("Yahoo!","","http://www.yahoo.com/","http://search.yahoo.com/bin/search?p=hunt" );
Add("DejaNews","","http://www.dejanews.com/","http://search.dejanews.com/nph-dnquery.xp?query=hunt&defaultOp=AND&svcclass=dncurrent&maxhits=25");
Add("HotBot","","http://www.search.hotbot.com","http://www.search.hotbot.com/search.html?MT=hunt&DC=25");
Add("Infoseek","","http://www.infoseek.com/Home?pg=Home.html&sv=A2","http://www.infoseek.com/Titles?qt=hunt&col=WW&sv=A2");
Add("Excite","","http://www.excite.com/","http://www.excite.com/search.gw?searchType=Concept&search=hunt&category=default");
Add("Lycos","","http://www.lycos.com/","http://www.lycos.com/cgi-bin/pursuit?query=hunt&backlink=639");
Add("Magellan","","http://www.mckinley.com/","http://www.mckinley.com/extsearch.cgi?query=hunt");
Add("OpenText","","http://search.opentext.com","http://search.opentext.com/omw/simplesearch?SearchFor=hunt&mode=and");
Add("WebCrawler","","http://webcrawler.com/","http://webcrawler.com/cgi-bin/WebQuery?searchText=hunt&maxHits=25");
// Software
Add("ZDNet Files","","http://www.zdnet.com/","http://www6.zdnet.com/cgi-bin/texis/swlib/hotfiles/search.html?Usrt=rel&Usrchtype=simple&Utext=hunt");
Add("Filez","","http://www.filez.com/","http://filez.com/cgi/filez.cgi?query=hunt&type=All+Files&hits=50&domain=World&doit=Search/");
Add("Shareware.com","","http://www.shareware.com/","http://search.shareware.com/code/engine/Find?logop=and&cfrom=quick&orfile=True&hits=25&search=hunt&category=All-Categories");
Add("PC Gamer","","http://www.pcgame.com/","http://www.pcgame.com/finder/search.cgi?key=hunt");
// Denmark
DisplayForm();
// STOP HIDE
// --></script>

mazroh2002
16-01-2003, 03:27 PM
------------------------------------------------------------------------------------------------
وهنا اربعين محرك بحث
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0037)http://www.pagego.com/supersearch.htm -->
<HTML><HEAD><TITLE>PG Super Search</TITLE>
****** content="text/html; charset=windows-1256" http-*****=Content-Type><!--This file created 07:32 PM 03/13/00 by Claris Home Page version 3.0-->
****** content="Microsoft FrontPage 4.0" name=GENERATOR><X-CLARIS-WINDOW
RIGHT="1002" LEFT="13" BOTTOM="595" TOP="11"><X-CLARIS-TAGVIEW
MODE="minimal"></HEAD>
<BODY bgColor=#ffffff vLink=#0000ff>
<P>
<P><!--You may use this script however you want--><!--Script By PageGo.com Web Design--></P>
<P>
<SCRIPT language=********** type=text/**********><!--Begin hiding from older browsers

function searchengine()

{

if (document.search.searchmenu[0].selected) {

window.self.location.href = ""

}

if (document.search.searchmenu[1].selected) {

window.self.location.href = "http://search.yahoo.com/bin/search?p=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[2].selected) {

window.self.location.href = "http://infoseek.go.com/Titles?qt=" + document.search.searchtext.value + "&col=WW&svx=home_searchbox&sv=IS&lk=noframes"

}

if (document.search.searchmenu[3].selected) {

window.self.location.href = "http://search.aol.com/dirsearch.adp?query=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[4].selected) {

window.self.location.href = "http://www.altavista.com/cgi-bin/query?pg=q&sc=on&q=" + document.search.searchtext.value + "&kl=XX&stype=stext&search.x=23&search.y="

}

if (document.search.searchmenu[5].selected) {

window.self.location.href = "http://www.ask.com/main/askjeeves.asp?ask=" + document.search.searchtext.value + "&origin=&site_name=Jeeves&metasearch=yes"

}

if (document.search.searchmenu[6].selected) {

window.self.location.href = "http://www.lycos.com/srch/?lpv=1&loc=searchhp&query=" + document.search.searchtext.value + "&x=23&y=12"

}

if (document.search.searchmenu[7].selected) {

window.self.location.href = "http://www.goto.com/d/search/;$sessionid$DQ524IYAACAVJQFIEFNAPUQ?type=home&Keywords=" + document.search.searchtext.value + "&Find+It%21.x=23&Find+It%21.y=23"

}

if (document.search.searchmenu[8].selected) {

window.self.location.href = "http://search.excite.com/search.gw?search=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[9].selected) {

window.self.location.href = "http://search.netscape.com/cgi-bin/search?search=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[10].selected) {

window.self.location.href = "http://hotbot.lycos.com/?MT=" + document.search.searchtext.value + "&SM=MC&DV=0&LG=any&DC=10&DE=2&BT=H&Search.x=30&Search.y=7"

}

if (document.search.searchmenu[11].selected) {

window.self.location.href = "http://www.snap.com/search/directory/results/1,61,-0,00.html?tag=st.v2.fdsb.1&keyword=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[12].selected) {

window.self.location.href = "http://search.msn.com/results.asp?co=20&RS=CHECKED&FORM=MSNH&ba=0&v=1&q=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[13].selected) {

window.self.location.href = "http://www.northernlight.com/nlquery.fcg?cb=0&qr=" + document.search.searchtext.value + "&orl=&search.x=24&search.y=10"

}

if (document.search.searchmenu[14].selected) {

window.self.location.href = "http://www.google.com/search?q=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[15].selected) {

window.self.location.href = "http://search.metacrawler.com/crawler?general=" + document.search.searchtext.value + "&method=0&target=&region=0&timeout=0&sort=0&refer=mc-go2net&swizzled=1"

}

if (document.search.searchmenu[16].selected) {

window.self.location.href = "http://magellan.excite.com/search.gw?search=" + document.search.searchtext.value + "&look=magellan&x=20&y=12"

}

if (document.search.searchmenu[17].selected) {

window.self.location.href = "http://www.webcrawler.com/cgi-bin/WebQuery?searchText=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[18].selected) {

window.self.location.href = "http://www.directhit.com/fcgi-bin/DirectHitWeb.fcg?service=web&type=srch&fmt=html&template=search&qry=" + document.search.searchtext.value + "&submit.x=42&submit.y=4"

}

if (document.search.searchmenu[19].selected) {

window.self.location.href ="http://www.savvysearch.com/search?q=" + document.search.searchtext.value + "&op=a&cat="

}

if (document.search.searchmenu[20].selected) {

window.self.location.href = "http://search.yahooligans.com/search/ligans?p=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[21].selected) {

window.self.location.href ="http://search.cnn.com/query.html?qt=" + document.search.searchtext.value + "&qc=&col=cnni&qm=0&st=1&nh=10&lk=1&rf=1"

}

if (document.search.searchmenu[22].selected) {

window.self.location.href = "http://search.local.yahoo.com/zipsearch?q=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[23].selected) {

window.self.location.href = "http://money.go.com/Quote?ticker=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[24].selected) {

window.self.location.href = "http://search.espn.go.com/query.html?qt=" + document.search.searchtext.value + "&col=0"

}

if (document.search.searchmenu[25].selected) {

window.self.location.href = "http://search.weather.yahoo.com/weather/query.cgi?q=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[26].selected) {

window.self.location.href = "http://www.audiofind.com:70/?audiofindsize=0&audiofindsearch=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[27].selected) {

window.self.location.href = "http://my.av.com/scripts/staticpage.dll?spage=AE%2Fvideo%2Fvideo_browse.htm&only=y&mtitle=" + document.search.searchtext.value + "&onlymycinemas=1&onlymycinemas=0&ck=&uh=159806850%2C2%2C&ver=hb1.2.20"

}

if (document.search.searchmenu[28].selected) {

window.self.location.href = "http://download.cnet.com/downloads/1,10150,0-10000-103-0-1-7,00.html?tag=st%2Edl%2E10001%2Esbsr&qt=" + document.search.searchtext.value + "&cn=&ca=10000"

}

if (document.search.searchmenu[29].selected) {

window.self.location.href = "http://www.findlaw.com/scripts/search.pl?CiRestriction=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[30].selected) {

window.self.location.href = "http://search.ebay.com/cgi-bin/texis/ebay/results.html?query=" + document.search.searchtext.value + "&maxRecordsReturned=300&maxRecordsPerPage=50&SortProperty=MetaEndSort&ht=1"

}

if (document.search.searchmenu[31].selected) {

window.self.location.href = "http://www.etoys.com/exec/search.cgi?store=e&emp=et&keyword=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[32].selected) {

window.self.location.href = "http://www.shopping.com/search/types.sdc?si=KkmZE&q=" + document.search.searchtext.value + "&pa=p&Search.x=44&Search.y=9"

}

if (document.search.searchmenu[33].selected) {

window.self.location.href = "http://www.altavista.com/cgi-bin/query?pg=q&what=web&q=" + document.search.searchtext.value + "&stype=simage&oprem=1"

}

if (document.search.searchmenu[34].selected) {

window.self.location.href = "http://www.altavista.com/cgi-bin/query?pg=q&what=web&q=" + document.search.searchtext.value + "&stype=saudio&oprem=1&search.x=3&search.y=9"

}

if (document.search.searchmenu[35].selected) {

window.self.location.href = "http://www.altavista.com/cgi-bin/query?pg=q&what=web&q=" + document.search.searchtext.value + "&stype=svideo&oprem=1&wt=y"

}

if (document.search.searchmenu[36].selected) {

window.self.location.href = "http://encarta.msn.com/find/search.asp?search=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[37].selected) {

window.self.location.href = "http://lcweb.loc.gov/Harvest/cgi-bin/BrokerQuery.pl.cgi?query=" + document.search.searchtext.value + "&host=lcweb.loc.gov%3A8501&brokerqueryconfig=BrokerLC.cf&caseflag=on&maxresultflag=50&descflag=on&verbose=on"

}

if (document.search.searchmenu[38].selected) {

window.self.location.href = "http://jobsearch.monster.com/jobsearch.asp?cy=US&q=&x=79&y=17" + document.search.searchtext.value + "&x=79&y=17"

}

if (document.search.searchmenu[39].selected) {

window.self.location.href = "http://www.dictionary.com/cgi-bin/dict.pl?term=" + document.search.searchtext.value + ""

}

if (document.search.searchmenu[39].selected) {

window.self.location.href = "http://www.thesaurus.com/cgi-bin/search?config=roget&words=" + document.search.searchtext.value + ""

}



}

// end hiding from older browsers--></SCRIPT>
</P>
<P>
<FORM action="" method=get name=search style="background-color: #FFFFFF">
<P>
<TABLE bgColor=#91ff91 border=1 cellPadding=2 cellSpacing=0 width="504">
<TBODY>
<TR>
<TD align=middle width=247 bgcolor="#F2FDC6">
<P><SELECT name=searchmenu style="FONT-SIZE: 8pt"> <OPTION
selected>Search Engine...<OPTION>Yahoo (Web for most
results)<OPTION>Infoseek (Web for searching within results)<OPTION>AOL
(Web)<OPTION>AltaVista (Web do everything)<OPTION>Ask Jeeves (Web asking
questions)<OPTION>Lycos (Web)<OPTION>GoTo (Web)<OPTION>Excite
(Web)<OPTION>Netscape (Web)<OPTION>HotBot (Web)<OPTION>Snap
(Web)<OPTION>MSN (Web)<OPTION>Northern Light (Web)<OPTION>Google
(Web)<OPTION>MetaCrawler (Web search all sites)<OPTION>Magellan
(Web)<OPTION>WebCrawler (Web)<OPTION>Direct Hit (Web)<OPTION>SavySearch
(Web)<OPTION>Yahooligans (Kids.com)<OPTION>News (CNN.com)<OPTION>Local
(Yahoo.com)<OPTION>StockQuotes (Go.com)<OPTION>Sports
(ESPN.com)<OPTION>Weather (Yahoo.com)<OPTION>MP3
(AudioFind.com)<OPTION>Movie Showtimes (Altavista.com)<OPTION>Downloads
(CNet.com)<OPTION>Reasearch Law (FindLaw.com)<OPTION>Auctions
(EBay.com)<OPTION>Toys (EToys.com)<OPTION>Shopping
(Shopping.com)<OPTION>Images (Altavista.com)<OPTION>Audio
(Altavista.com)<OPTION>Video
(Altavista.com)<OPTION>LibraryOfCongress<OPTION>Encyclopedia
(Encarta.com)<OPTION>JobSearch (Monster.com<OPTION>Dictionary
(Dictionary.com)<OPTION>Thesaurus (Thesaurus.com)</OPTION></SELECT></P></TD>
<TD align=middle width="279" bgcolor="#F2FDC6">
<P><INPUT name=searchtext size=30></P></TD>
<TD align=middle width="55" bgcolor="#F2FDC6">
<P><BUTTON onclick=searchengine()
style="FONT-SIZE: 8pt; HEIGHT: 22px; WIDTH: 50px">Search!</BUTTON></P></TD></TR></TBODY></TABLE></FORM></BODY></HTML>







-------------------------------------------------------------------------------------------------------
وهذا باحث اخر
<!-- This script has been in the http://www.**********s.com ********** Public Library! -->
<!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. -->
<IMG SRC="http://service.bfast.com/bfast/serve?bfmid=253985&bfsiteid=14319748&bfpage=search8" BORDER="0" WIDTH="1" HEIGHT="1" NOSAVE >
<FORM ACTION="http://service.bfast.com/bfast/click" >
<INPUT TYPE="hidden" NAME="bfsiteid" VALUE="14319748" >
<INPUT TYPE="hidden" NAME="bfpage" VALUE="search8">
<INPUT TYPE="hidden" NAME="bfmid" VALUE="253985" >
<table cellspacing="0" cellpadding="0" border="0" width="375" height="60">
<tr><td rowspan="4"><img src="http://goto.com/images-affiliates/befree/logo.gif" width="89" height="60" border="0" alt="GoTo.com"></td><td rowspan="4" bgcolor="#ffff33"><img src="http://goto.com/images-affiliates/befree/clear.gif" width="1" height="60" alt="border"></td> <td colspan="2"><center><img src="http://goto.com/images-affiliates/befree/topper.gif" width="5" height="16" border="0" alt="border"><img src="http://goto.com/images-affiliates/befree/top.gif" width="254" height="16" border="0" alt="border"><img src="http://goto.com/images-affiliates/375x60/topper.gif" width="5" height="16" alt="border" border="0"></center></td><td rowspan="4" bgcolor="#aa6600"><img src="http://goto.com/images-affiliates/befree/clear.gif" width="1" height="60" alt="border"></td><td rowspan="4"><a href="http://www.goto.com/d/affiliate/p/befree/?Promo=befree_refer"><img src="http://goto.com/images-affiliates/befree/makeDollars2.gif" width="28" height="60" border="0" alt="Make Money with GoTo"></a></td></tr>
<tr><td colspan="2" bgcolor="#ffff33"><img src="http://goto.com/images-affiliates/befree/clear.gif" alt="border" width="154" height="1" border="0"></td>
</tr><tr><td bgcolor="#ffcc00" align="right" valign="middle" height="42"><input size="25" name="Keywords"></td><td bgcolor="#ffcc00"><img src="http://goto.com/images-affiliates/befree/clear.gif" alt="border" width="6" height="1" border="0"><input type=image name=Submit src="http://goto.com/images-affiliates/befree/arrow.gif" alt="Find It!" width=23 border=0 height=23><img src="http://goto.com/images-affiliates/shared/cl.gif" width="2" height="1" alt="border" ></td></tr><tr><td colspan="2" bgcolor="#aa6600"><img src="http://goto.com/images-affiliates/befree/clear.gif" alt="border" width="154" height="1" border="0"></td>
</tr>
</table>
</FORM>
<!--Adding this Goto.com Search Box to your Web site will not result
in payment to you. If you wish to add a Goto.com Search Box to your
Web site that will generate revenue then sign up at
http://www.goto.com/d/affiliate/p/befree/?Promo=befreemaster0018113471
-->







-----------------------------------------------------------------------------

mazroh2002
16-01-2003, 03:28 PM
وادى كمان باحث
<FORM ACTION="http://service.bfast.com/bfast/click" >
<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>
<tr>
<td height=60 rowspan=2 valign=top>
<a href="http://service.bfast.com/bfast/click?
bfmid=22218516&siteid=29441281&bfpage=homepage" target="_top">
<td>
<th><font face="Arial,Helvetica,sans-serif" size=2
color=Black>Search ALTA VISTA:</font></th>
<td width="100%"><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></td></tr>
<tr><td> </td>
<td align=right><input type=image name=search
src="http://av.com/srchbox/search.gif" alt=Search hspace=5
border=0></td></tr></table></form>
<IMG SRC="http://service.bfast.com/bfast/serve?
bfmid=22218516&siteid=29441281&bfpage=wsearch_l1" BORDER="0"
WIDTH="1" HEIGHT="1" NOSAVE >
<br>

mazroh2002
16-01-2003, 03:30 PM
الكل يحبذ هذا الباحث
<script language="**********">
<!--

//
// 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 border="1" cellpadding=0 cellspacing=0 bgcolor=#C6C68C bordercolorlight="#333300" bordercolordark="#EFEFDE">

<tr>
<td align="center"><font color="#333300" face="Tahoma" size="2">ابحث عن</font>
<td align="center"><font color="#333300" face="Tahoma" size="2">ابحث من</font>
<td align="center">

<tr>
<td><input style="background: dddddd" name="searchText" type="text">
<td>
<select style="background: dddddd" name="whichEngine">
<option selected>Altavista
<option>Yahoo!
<option>Excite
<option>Hotbot
<option>Infoseek
<option>Lycos
<option>AOL Netfind
</select>
<td><input type="button" value="ابحث" onClick="startSearch()" style="background-color: #333300; color: #FFFFFF">

</table>
</form>

<font size=1> <a href="http://www.mbnet.fi/~foo/"></a> <a href="mailto:foo@mbnet.fi"></a>

mazroh2002
16-01-2003, 03:33 PM
وهذا باحث فى نفس الصفحة

<!-- TWO STEPS TO INSTALL FIND IN PAGE:

1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="**********">
<!-- The ********** Source!! http://www.hey.to/spcialman -->

<!-- Begin
var NS4 = (document.layers);
var IE4 = (document.all);

var win = this;
var n = 0;

function findInPage(str) {
var txt, i, found;
if (str == "")
return false;
if (NS4) {
if (!win.find(str))
while(win.find(str, false, true))
n++;
else
n++;
if (n == 0) alert(str + " was not found on this page.");
}
if (IE4) {
txt = win.document.body.createTextRange();
for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) {
txt.moveStart("character", 1);
txt.moveEnd("textedit");
}
if (found) {
txt.moveStart("character", -1);
txt.findText(str);
txt.select();
txt.scrollIntoView();
n++;
}
else {
if (n > 0) {
n = 0;
findInPage(str);
}
else
alert(str + " was not found on this page.");
}
}
return false;
}
// End -->
</script>
</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

<BODY>

<form name=search onSubmit="return findInPage(this.string.value);">
Find in Page
<input name=string type=text size=15 onChange="n = 0;">
</form>

<p><center>
<font face="arial, helvetica" size="-2">Free **********s provided<br>
by <a href="http://www.hey.to/spcialman">SpcialMan</a></font>
</center><p>

<!-- Script Size: 1.54 KB -->

السبيل
16-01-2003, 04:36 PM
جميعها أنسخها وألصقها في الموقع لمن أنشره تجيني زي ماهو الكلام ماجاء بداله بحث؟؟؟؟؟؟؟؟؟؟؟؟؟

mazroh2002
16-01-2003, 07:34 PM
لالالالالالالا
افهم
ضفها html

السبيل
17-01-2003, 01:40 PM
ايه ما أضفتها في الصفحة العاديه أضفتها فيhtmlبس لمن أفتح الصفحة يجيني الكلام

mazroh2002
17-01-2003, 02:32 PM
ازاى بس انا استخدمتها كتيييير

السبيل
17-01-2003, 06:42 PM
طيب امكن أنا حطيتها في الـ html خطأ فيه مكان مخصص أحطها فيه ولا لا

برق الجنوب
18-01-2003, 07:39 PM
أخي سبيل تفضل هذا الرابط وانشاء الله يكون مفيد لك

www.seheb.net/msmm (http://www.seheb.net/msmm)