Search Results
";
found = 0;
for(var entries = 0;titles[entries] != null;++entries);
for(var counter = 0;counter != entries;counter++)
{
var d = descriptions[counter].toLowerCase()+titles[counter].toLowerCase();
if(d.indexOf(document.forms[0].elements[0].value) != -1)
{
outpage = outpage + ""+titles[counter]+"
"+descriptions[counter]+"
";
found++;
}
}
if(found == 0) outpage = outpage + "No matching entries were found.";
document.clear();
document.write(outpage);
return false;
}
This is under testing. You can enter a sreing
related with subject you are looking for. The result will give
you the links of the pages in this site or other popular sites.
If you want to place your favorite sites in this search please
mail me here MANDAR GODAE