martes, 4 de enero de 2011

Agregar el Buscador de Google

 http://www.webtutoriales.com/recursos-gratis/agregar-buscador.html

Podemos agregar el buscador de google mediante el siguiente codigo:

<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">
                            <tr>
                                <td>
                                    <a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google"></a>
                                </td>
                                <td>
                                    <input type="text" name="q" size="31" maxlength="255" value="" />
                                    <input type="submit" name="btnG" VALUE="Search" />
                                </td>
                            </tr>
                        </table>
                    </form>

No hay comentarios:

Publicar un comentario