Avatar Image
Machacateclados
Machacateclados

Hola me interesaria poner un buscador o unos cuantos buscadores en mi comunidad, alguien me dice como lo puedo hacer???' Saludos!!!!

Avatar Image
Machacateclados
Machacateclados

Por favor amigo, explica que clase de Buscador quieres, si externo o interno, es decir, que busque en lared o sólo entu página, cuando me respondas te diré como.....

S@ludos.....

xav_vegeta
Usuario habitual
Usuario habitual

pon de los 2 yo tambien quiero

Avatar Image
Machacateclados
Machacateclados

OK, mira, el buscador externo es el más fácil de instalar, solo Pincha Aqui, y para un Buscador interno lo que tienes que hacer es copiar el siguiente codigo tal y como esta a tu página en el lugar que quieras que aparezca el buscador, es un buscador sencillo, uno mas sofisticado seria mas lata explicartelo, pero si lo queres decirme.Aqui está el código::::


<!-- Copiar dentro del tag BODY -->

<script language="JavaScript">

// By Mike Hall

var NS4 = (document.layers);
var IE4 = (document.all);

var win = window; // Con frames usar top.nombre.window;
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="2"><p></font><font size="3"><input name="string" type="text" size="15"
onChange="n = 0;"></font> <input type="submit" value="Buscar"> </p>
</form>



Espero Haberte ayudado........

Avatar Image
Machacateclados
Machacateclados

Aqui tened más links para buscadores externos, eligan el que mas os guste......

1 Link

2 Link


S@ludos..........

Avatar Image
Machacateclados
Machacateclados

Yo quiero pa que puedan buscar algo por la red , desde mi comunidad espero que me respondas ah y por cierto es comunidad de msn si hay remedio pa ponerlo bien y si no lo hay pues muchas gracias por vuestra ayuda!! Saludos!!!

Avatar Image
Machacateclados
Machacateclados

Por eso mismo @migo, los Buscadores Externos son los que te permiten buscar en toda la red en tu web, los links ke puse arriba son muy buenos, te recomiendo el de Google....

S@ludos.....

ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
No se han encontrado temas similares