Autor
Mensaje
videosla-sala
Nuevo
19-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érminos de bú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íe el formulario de bú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ágenes" />
</td></tr></table>
</form>
</div>
↑
ayrtonmanuel
Junior
19-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
↑
videosla-sala
Nuevo
19-10-2008, 21:15 (UTC) Título del mensaje : respuesta
yo mismo lo cree
↑
alfasite
Ex-teamPwG-Mod
Ubicación: España
19-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!
↑
m-mya
Destacado
19-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.
______________
↑
the-zone-online
Junior
19-10-2008, 21:56 (UTC) Título del mensaje : wwwwwww
↑
templodebendicion
Nuevo
20-10-2008, 18:14 (UTC) Título del mensaje :
alguien sabe como hacer que abra una nueva pestaña sin dejar
nuestra web
↑
jualhejitopvip-xat
Nuevo
Ubicación: Lima - "100%Peruano"
20-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érminos de bú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íe el formulario de bú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ágenes" />
</td></tr></table>
</form>
</div>
muy weno el buscador saludos!!
↑