Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/05/2012, 01:56
Bugger
 
Fecha de Ingreso: septiembre-2010
Ubicación: /home/
Mensajes: 103
Antigüedad: 13 años, 7 meses
Puntos: 17
Respuesta: busquedas en google

Hola Evanders

aqui tienes como hacerlo : http://www.desarrolloweb.com/faq/buscador-google.html

y aqui como hacerlo con google: http://www.google.es/cse/

Código HTML:
<FORM method=GET action="http://www.google.com/search"> 


<TABLE bgcolor="#FFFFFF"><tr><td> 


<A HREF=" http://www.google.com/"> 


<IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0" ALT="Google" align="absmiddle"></A> 


<INPUT TYPE=text name=q size=31 maxlength=255 value=""> 


<INPUT TYPE=hidden name=hl value=es> 


<INPUT type=submit name=btnG VALUE="Búsqueda Google"> 


</td></tr></TABLE> 


</FORM> 
Saludos