Página de inicio tu ip es el siguiente
 
inicio
Syllable: Sistema operativo liviano y gratuito
Windows XP Falcor Edition y windows fenix
Contacta con nosotros
foro
Libro de visita
chistes
te quiero en todos los idiomas
te amo en todos los idiomas
pensamientos
poemas
reflexiones
Refranes
frases
TODO SOBRE TU FECHA DE NACIMIENTO
30 trucos para Microsoft Excel
curso de informatica
curso de ofirmatica
35 Trucos para Microsoft Word
que es webmaster?
15 CONSEJOS PARA CREAR UN BOLETÍN ELECTRÓNICO
Zona PHP
TABLA DE COLORES
nuevos codigos
texto
Gifs Animados
fondos de pantalla para tu web
efectos
letras animadas
signos del zodiaco animados
utilidades
formularios
un chat en tu web
alertas
reproductor y audio para tu web
crea Tu correo personalizado
contadores para tu web
Analiza un archivo online con varios antivirus
PONER UN MENÚ DESPLEGABLE EN TU PÁGINA
traduci tu web en varios idiomas
Haz que tus usuarios incluyan tu página entre sus favoritos
crea un "terremoto" en tu web
CONSIGUE QUE TU PÁGINA APAREZCA COMPLETA AL IMPRIMIRSE
CÓMO CONSEGUIR QUE TU PÁGINA SE REFRESQUE AUTOMÁTICAMENTE
Mas trucos para tus paginas ( Efectos de texto)
Rotador de imagenes
GOOGLE MAPS EN TU WEB
calculadoras
iconos
Panel de mensajes instantáneos en tu web
Buscadores múltiples 1
Buscadores múltiples 2
buscador blogbar para tu web
publica tu web en google
publica tu web en msn
publica tu web en yahoo
trucos para msn
Windows Live Messenger en tu web
accesorios para moviles.celular
programas de mensajeria gratis
antivirus gratis
antiespias gratis
compresores gratis
cortafuegos gratis
programas p2p gratis
programas de grabacion gratis
Imagen, Diseño y Fotografía gratis
el video mas visto en youtube
Drivers
CD AIO para crear cds/dvds autoejecutables
Windows UE 7 (Unattended Edition)
Windows uE 9.5 Final Edition Español
 

Buscadores múltiples 1


Inserta varios buscadores en tu web. Se realiza una misma búsqueda en varios buscadores a la vez, mostrándose hasta 4 resultados a la vez en la misma ventana.





<!-- Copiar este código dentro del tag HEAD-->

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Adaptado por http://www.elcharcoazul.es.tl -->

<!-- Begin
Yahoo = "http://search.yahoo.com/bin/search?p=";
Alta = "http://www.altavista.digital.com/cgi-bin/query?pg=q&what=web&q=";
Open = "http://search.opentext.com/omw/simplesearch?SearchFor=";
Lycos = "http://www.lycos.com/cgi-bin/pursuit?query=";
Crawler = "http://www.webcrawler.com/cgi-bin/WebQuery?searchText=";
InfoSeek = "http://guide-p.infoseek.com/Titles?qt=";
DejaNews = "http://search.dejanews.com/nph-dnquery.xp?query=";
Inktomi = "http://204.161.74.8:1234/query/?query=";
MetaCrawler = "http://search.go2net.com/crawler?general=";
SavySearch = "http://guaraldi.cs.colostate.edu:2000/search?KW=";
Excite = "http://www.excite.com/search.gw?searchType=Concept&search=";
Magellan = "http://www.mckinley.com/searcher.cgi?query=";
Point = "http://point.lycos.com/cgi-bin/pursuit?query=";
Galaxy = "http://www.einet.net/cgi-bin/wais-text-multi?keywords=";
var got=0;
var url = "";
var plus="";
var mag="";
function search4(item){
stringPlus();
resultsWindow=window.open();
resultsWindow.document.open();
resultsWindow.document.write("<head><title>Close this window "
+ "to return to Search Page</title></head>"
+ "<FRAMESET ROWS=50%,50%><FRAMESET COLS=50%,50%>"
+ "<FRAME NAME='frame0' SRC='" + computeFrameSrc(0) + "'>"
+ "<FRAME NAME='frame1' SRC='" + computeFrameSrc(1) + "'>"
+ "</FRAMESET><FRAMESET COLS=50%,50%><FRAME NAME='frame2' "
+ "SRC='" + computeFrameSrc(2) + "'><FRAME NAME='frame3' "
+ "SRC='" + computeFrameSrc(3) + "'></FRAMESET></FRAMESET>");
resultsWindow.document.close();
got = 0;
}
function search2(item){
stringPlus();
resultsWindow=window.open();
resultsWindow.document.open();
resultsWindow.document.write("<head><title>Close this window "
+ "to return to Total search</title></head><FRAMESET ROWS=50%,50%>"
+ "<FRAME NAME='frame0' SRC='" + computeFrameSrc(0) + "'><FRAME "
+ "NAME='frame1' SRC='" + computeFrameSrc(1) + "'></FRAMESET>");
resultsWindow.document.close();
got = 0;
}
function stringPlus() {
for (var j=0; j < window.document.choose4.text.value.length; j++) {
if (window.document.choose4.text.value.charAt(j) == " ")
mag += "+";
else mag += window.document.choose4.text.value.charAt(j);}
}
function numChecked(item) {
plus = escape(item.text.value);
var h=0;
num=0;
for (var l=0; l < item.check1.length; l++) {
if (item.check1[l].checked) {
h++;
if (h++ <= 4){
if (l == "0"){
num = 1;}
else if (l == "1") num = 2;
else if (l == "2") num = 3;
else if (l == "3") num = 4;
else if (l == "4") num = 5;
else if (l == "5") num = 6;
else if (l == "6") num = 7;
else if (l == "7") num = 8;
else if (l == "8") num = 9;
else if (l == "9") num = 10;
else if (l == "10") num = 11;
else if (l == "11") num = 12;
else if (l == "12") num = 13;
      }
   }
}
if (h == 2)
Results(num-1);
else if (h == 4)
search2(item);
else
search4(item);
}
function computeFrameSrc(num) {
var k=-1;
for (var j=got; j < document.choose4.check1.length; j++) {
if (document.choose4.check1[j].checked){
k++;
if (k++ <= num){
if (j == "0"){
url = Yahoo + plus;
got = 1;}
else if (j == "1"){
url = Magellan + mag;
got = 2;}
else if (j == "2"){
url = Point + plus;
got = 3;}
else if (j == "3"){
url = Alta + plus + "&mode=and";
got = 4;}
else if (j == "4"){
url = Open + plus + "&mode=and";
got = 5;}
else if (j == "5"){
url = Lycos + plus + "&backlink=217&maxhits=25";
got = 6;}
else if (j == "6"){
url = Excite + plus + "&category=default&mode=relevance&showqbe=1&display=html3,hb";
got = 7;}
else if (j == "7"){
url = Crawler + plus + "&maxHits=25";
got = 8;}
else if (j == "8"){
url = InfoSeek + plus + "&col=WW";
got = 9;}
else if (j == "9"){
url = DejaNews + plus + "&defaultOp=AND&svcclass=dncurrent&maxhits=25";
got = 10;}
else if (j == "10"){
url = Inktomi + plus + "&hits=25&disp=Text+Only";
got = 11;}
else if (j == "11"){
url = MetaCrawler + plus + "&method=0&target=®ion=0&rpp=20&timeout=5&hpe=10";
got = 12;}
else if (j == "12"){
url = SavySearch + plus + "&classic=on&t1=x&Boolean=AND&Hits=10&Mode=MakePlan&df=normal&AutoStep=on&AutoInt=on&lb=1";
got = 13;}
return url;
      }
   }
}
url = "javascript:void(0)";
return url;
}
function Results(place){
stringPlus();
resultsWin = open("","results");
if (place == "0")
url = Yahoo + plus;
else if (place == "1")
url = Magellan + mag;
else if (place == "2")
url = Point + plus;
else if (place == "3")
url = Alta + plus + "&mode=and";
else if (place == "4")
url = Open + plus + "&mode=and";
else if (place == "5")
url = Lycos + plus + "&backlink=217&maxhits=25";
else if (place == "6")
url = Excite + plus + "&category=default&mode=relevance&showqbe=1&display=html3,hb";
else if (place == "7")
url = Crawler + plus + "&maxHits=25";
else if (place == "8")
url = InfoSeek + plus + "&col=WW";
else if (place == "9")
url = DejaNews + plus + "&defaultOp=AND&svcclass=dncurrent&maxhits=25";
else if (place == "10")
url = Inktomi + plus + "&hits=25&disp=Text+Only";
else if (place == "11")
url = MetaCrawler + plus + "&logic=0®ion=The+World&orgType=Any&maxwait=1&score=0";
else if (place == "12")
url = SavySearch + plus + "&classic=on&t1=x&Boolean=AND&Hits=10&Mode=MakePlan&df=normal&AutoStep=on&AutoInt=on&lb=1";
resultsWin.location = url;
}
// End  -->
</script>

<!-- Copiar este código dentro del tag BODY-->

<center><b>Encuéntralo en los buscadores mas importantes</b>
<form name="choose4" action="javascript:numChecked(document.choose4) //"><p>
<table><tr><td><b>Directorios</b><br>
<input type="checkbox" name="check1" value="Yahoo"
onClick="choose4.check1.value='Yahoo'">Yahoo<br>
<input type="checkbox" name="check1" value="Magellan"
onClick="choose4.check1.value='Magellan'">Magellan<br>
<input type="checkbox" name="check1" value="Point"
onClick="choose4.check1.value='Point'">Point<br><br></td>
<td width="15"></td>
<td><b>Buscadores</b><br>
<input type="checkbox" name="check1" value="Alta"
onClick="choose4.check1.value='Alta'">Alta Vista<br>
<input type="checkbox" name="check1" value="Open"
onClick="choose4.check1.value='Open'">Open Text<br>
<input type="checkbox" name="check1" value="Lycos"
onClick="choose4.check1.value='Lycos'">Lycos<br>
<input type="checkbox" name="check1" value="Excite"
onClick="choose4.check1.value='Excite'">Excite<br></td>
<td><br><input type="checkbox" name="check1" value="Crawler"
onClick="choose4.check1.value='Crawler'">Webcrawler<br>
<input type="checkbox" name="check1" value="InfoSeek"
onClick="choose4.check1.value='InfoSeek'">InfoSeek<br>
<input type="checkbox" name="check1" value="DejaNews"
onClick="choose4.check1.value='DejaNews'">DejaNews<br>
<input type="checkbox" name="check1" value="Inktomi"
onClick="choose4.check1.value='Inktomi'">Inktomi<br> </td>
<td width="15"></td>
<td><b>Meta Buscadores</b><br>
<input type="checkbox" name="check1" value="MetaCrawler"
onClick="choose4.check1.value='MetaCrawler'">MetaCrawler<br>
<input type="checkbox" name="check1" value="SavySearch"
onClick="choose4.check1.value='SavySearch'">SavySearch<BR><br><br>
</td></tr></table><P><font size="3"><b>Introduce el texto para realizar la búsqueda</b>:</font><BR>
<input type="text" name="text" size=30>
<input type="submit" name="send" value="Search">
</form>
</center>

 

<p style="margin-bottom: 0"><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by The JavaScript Source</font>
</center><p align="center" style="margin-top: 0; margin-bottom: 0"><font face="arial, helvetica" size="-2">adaptado
por <a href="http://www.elcharcoazul.es.tl>


                                   ejemplo



Encuéntralo en los buscadores mas importantes

Directorios
Yahoo
Magellan
Point
  Buscadores
Alta Vista
Open Text
Lycos
Excite

Webcrawler
InfoSeek
DejaNews
Inktomi
  Meta Buscadores
MetaCrawler
SavySearch

Introduce el texto para realizar la búsqueda:

 


elcharcoazul.te ayuda Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis