Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje19-10-2008, 18:55 (UTC)    
Título del mensaje: super buscador

hola

este es un codigo de un buscador en distintas web que son google, yuotube, wikipedia, yahoo, mapas, noticias, imagenes, eBay bueno espero que les guste

chao

Código:

<script type="text/javascript">
function focalizeaza()
{formular.q.focus();}

function excForm(frm, actionURL){
   var val = frm.q.value;
   location.href = actionURL + val;}
</script>
<div align="center">
<!-- SG -->
<form method="get" action="http://www.google.com/search?q=" name="formular" target="_top" id="formular">
<input type="hidden" name="hl" value="es" />
<table><tr><td nowrap="nowrap" valign="top" align="center">
<label for="sbi" style="display: none">Introduzca los t&eacute;rminos de b&uacute;squeda.</label>
<input type="text" name="q" size="55" maxlength="255" value="" id="sbi" />
</td>
</tr>
<tr><td valign="top" align="center">
<label for="sbb" style="display: none">Env&iacute;e el formulario de b&uacute;squeda</label>
<input type="submit" name="sbb" value="Google" id="sbb" />
<!-- SG -->
<input type="button" onclick="excForm(this.form, 'http://es.wikipedia.org/wiki/Special:Search?search=')" value="Wikipedia" />
<input type="button" onclick="excForm(this.form, 'http://es.search.yahoo.com/search?p=')" value="Yahoo!" />
<input type="button" onclick="excForm(this.form, 'http://maps.google.com/maps?q=')" value="Mapas" />
</td></tr><tr><td align="center">
<input type="button" onclick="excForm(this.form, 'http://es.youtube.com/results?search_query=')" value="YouTube" />
<input type="button" onclick="excForm(this.form, 'http://news.google.com/news?q=')" value="Noticias" />
<input type="button" onclick="excForm(this.form, 'http://search.ebay.es/search/search.dll?satitle=')" value="eBay" />
<input type="button" onclick="excForm(this.form, 'http://images.google.com/images?q=')" value="Im&aacute;genes" />
</td></tr></table>
</form>
</div>
Mensaje19-10-2008, 19:10 (UTC)    
Título del mensaje:

wow amigo te quedo de maravilla, dnde encontrastes el codigo???
______________


FORO GSV

SABEMOS LO QUE HACEMOS
Mensaje19-10-2008, 21:15 (UTC)    
Título del mensaje: respuesta

yo mismo lo cree
Mensaje19-10-2008, 21:16 (UTC)    
Título del mensaje:

Este tema permanecerá abierto durante el transcurso de 1 semana para comentarios y preguntas sobre el mismo. Pasado este tiempo el tema será cerrado y ordenado.
Gracias por el aporte!
Mensaje19-10-2008, 21:51 (UTC)    
Título del mensaje:

Olle serviria si oy lo modifico y pongo: "Mundo MyA"
en ves de alguno de esos???
Si Sirve me abisas porfa.
______________
Mensaje19-10-2008, 21:56 (UTC)    
Título del mensaje: wwwwwww

si esta bueno ya lo probe xd
______________

TALLER DE DISEÑO AQUI http://tzo-forum.foroactivo.com/diseno-grafico-f21/
FORO: http://tzo-forum.foroactivo.com/
Mensaje20-10-2008, 18:14 (UTC)    
Título del mensaje:

alguien sabe como hacer que abra una nueva pestaña sin dejar
nuestra web
Mensaje20-10-2008, 19:16 (UTC)    
Título del mensaje:

solo cambia el target="_top" a target="blank" es todo ya lo hice aqui esta el code

Cita:
<script type="text/javascript">
function focalizeaza()
{formular.q.focus();}

function excForm(frm, actionURL){
var val = frm.q.value;
location.href = actionURL + val;}
</script>
<div align="center">
<!-- SG -->
<form method="get" action="http://www.google.com/search?q=" name="formular" target="_blank" id="formular">
<input type="hidden" name="hl" value="es" />
<table><tr><td nowrap="nowrap" valign="top" align="center">
<label for="sbi" style="display: none">Introduzca los t&eacute;rminos de b&uacute;squeda.</label>
<input type="text" name="q" size="55" maxlength="255" value="" id="sbi" />
</td>
</tr>
<tr><td valign="top" align="center">
<label for="sbb" style="display: none">Env&iacute;e el formulario de b&uacute;squeda</label>
<input type="submit" name="sbb" value="Google" id="sbb" />
<!-- SG -->
<input type="button" onclick="excForm(this.form, 'http://es.wikipedia.org/wiki/Special:Search?search=')" value="Wikipedia" />
<input type="button" onclick="excForm(this.form, 'http://es.search.yahoo.com/search?p=')" value="Yahoo!" />
<input type="button" onclick="excForm(this.form, 'http://maps.google.com/maps?q=')" value="Mapas" />
</td></tr><tr><td align="center">
<input type="button" onclick="excForm(this.form, 'http://es.youtube.com/results?search_query=')" value="YouTube" />
<input type="button" onclick="excForm(this.form, 'http://news.google.com/news?q=')" value="Noticias" />
<input type="button" onclick="excForm(this.form, 'http://search.ebay.es/search/search.dll?satitle=')" value="eBay" />
<input type="button" onclick="excForm(this.form, 'http://images.google.com/images?q=')" value="Im&aacute;genes" />
</td></tr></table>
</form>
</div>


muy weno el buscador saludos!!
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group