Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/03/2008, 07:50
Avatar de Yaguare
Yaguare
 
Fecha de Ingreso: octubre-2006
Ubicación: Jerusalem humahuaqueña
Mensajes: 214
Antigüedad: 17 años, 6 meses
Puntos: 8
Re: Buscador de Google y W3

Patomas, gracias por responder; el código de la tabla de la caja de búsquedas de Google es esta:

<!-- SiteSearch Google -->
<form method="get" action="http://www.google.com/custom" target="google_window">
<table border="0" bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="EL NOMBRE DE SU DOMINIO"></input>
<label for="sbi" style="display: none">Introduzca los términos de búsqueda.</label>
<input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input>
<label for="sbb" style="display: none">Envíe el formulario de búsqueda</label>
<input type="submit" name="sa" value="Buscar" id="sbb"></input>
</td></tr>
<tr>
<td>&nbsp;</td>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" id="ss0"></input>
<label for="ss0" title="Buscar en la web"><font size="-1" color="#000000">Web</font></label></td>
<td>
<input type="radio" name="sitesearch" value="www.historiadelarte.us" checked id="ss1"></input>
<label for="ss1" title="Buscar EL NOMBRE DE SU DOMINIO"><font size="-1" color="#000000">www.historiadelarte.us</font></label></td>
</tr>
</table>
<input type="hidden" name="client" value="pub-5275591044102824"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="cof" value="GALT:#000000;GL:1;DIV:#000000;VLC:663399;AH :center;BGC:ffffff;LBGC:336699;ALC:000000;LC:00000 0;T:D06100;GFNT:940F04;GIMP:940F04;FORID:1"></input>
<input type="hidden" name="hl" value="es"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->