Código JavaScript para que ofrezcas a tus visitantes la posibilidad de buscar en varios buscadores a la vez. Estan los mas importantes, google, altavista, excite, yahoo, lycos...
<!-- Copiar este código dentro del tag BODY-->
<NOSCRIPT>
<h2><font color="red">Por favor activa el JavaScript en las preferencias de tu
buscador y actualiza la página</font></h2>
</noscript>
<script language="javascript">
// ========================================================================
// = Adaptado a la comunidad hispana por http://www.elcharcoazul.es.tl=
// = con la traduccion e incluyendo los buscadores mas utilizados =
// = por la comunidad hispana, asi como mejoras en la rutina =
// ========================================================================
//
<!--
function netsearch(formname)
{
var a1
var a2
var b1
var b2
var c1
var c2
var d1
var d2
var e1
var e2
var f1
var f2
var g1
var g2
var plus
var TEXT
var noENGINE
var haveTEXT
TEXT=formname.TEXT.value;
noEngine=true;
haveTEXT=true;
plus=""
if (TEXT=="")
{
alert("Please type in some text!")
haveTEXT=false
}
else
{
for (var i=0; i < TEXT.length; i++)
{
if (TEXT.charAt(i)==" ")
{
plus+="%20"
}
else
{
plus += TEXT.charAt(i)
}
}
}
//WEBCRAWLER
f1=formname.webcrawler.checked;
f2="http://www.google.com/cse?cx=partner-pub-7495636613277194:1m54qu-xgbd&ie=ISO-8859-1&q=;
if (f1)
{
noEngine=false
if (haveTEXT)
{
newWindow=window.open(f2, "w","toolbar,location,directories,status,menubar,scrollbars,resizable=1")
}
}
//YAHOO
g1=formname.yahoo.checked;
g2="http://search.yahoo.com/bin/search?p="+TEXT;
if (g1)
{
noEngine=false
if (haveTEXT)
{
newWindow=window.open(g2, "y","toolbar,location,directories,status,menubar,scrollbars,resizable=1")
}
}
//noENGINE
if (noEngine)
{
alert("Please select a search engine!")
}
// END Netsearch
}
function getPath(url) {
lastSlash = url.lastIndexOf("/")
return url.substring(0, lastSlash + 1)
}
// -->
</script>
<!--
<H2><font color="red">
This search page requires JavaScript to run. Please hit your <strong><i>BACK</i></strong> button and follow the link at the bottom of the page to get the latest version of Internet Explorer.<br> Thank you.
</font></H2>
-->
<p><br>
<a href=http://www.elcharcoazul.es.tl title="..::LosRecursosGratis.com::.. todo lo que es gratis en Internet"><font color="#800000" size="2" face="Tahoma"><strong>..::LosRecursosGratis.com::..</strong></font></a></p>