Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje18-10-2008, 22:15 (UTC)    
Título del mensaje: ayuda con el motor de google

como puedo hacer como algunas paginas que ponen para buscar en google y en su pagina son 2 opciones gracias
______________

Mensaje18-10-2008, 22:41 (UTC)    
Título del mensaje:

ESTE POST DEBERIA IR EN "PROBLEMAS GENERALES"

NO HAGAS SPAM

SALU2
______________
- THEKINGMARINE TRAILERS -
...Lo Mejor En Trailers De Cine...




Mensaje18-10-2008, 22:52 (UTC)    
Título del mensaje:

como bien lo dicen arriba no hagas spam

el codigo es

Código:
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.com/search">
    <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" />
    <table bgcolor="#ffffff">
        <tbody>
            <tr>
                <td><a href="http://www.google.com/"><img border="0" alt="Google" src="http://www.google.com/logos/Logo_40wht.gif" /> </a></td>
                <td><input maxlength="255" size="31" name="q" type="text" /> <input type="submit" name="btnG" value="Buscar en sitio" /> <font size="-1"><input type="hidden" name="domains" value="TU NOMBRE DE DOMINIO" /><br />
                <input type="radio" name="sitesearch" /> WWW <input checked="checked" type="radio" name="sitesearch" value="TU NOMBRE DE DOMINIO" /> TU NOMBRE DE DOMINIO<br />
                </font></td>
            </tr>
        </tbody>
    </table>
</form>
<!-- SiteSearch Google -->


cambia donde dice tu nombre de domino
por tu web.


saludos


Ultima edición por seba37 el Sab Oct 18, 2008 6:53 pm; editado 1 vez
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group