Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/09/2009, 05:18
Avatar de KK8
KK8
 
Fecha de Ingreso: septiembre-2009
Mensajes: 10
Antigüedad: 14 años, 7 meses
Puntos: 0
Respuesta: Como hacer una búsqueda

Claro que sí, te dejo el código:

Código HTML:
<form name="f" action="h t t p : / / www . google . es/search">
	<table cellpadding="0" cellspacing="0">
		<tr valign="top">
			<td align="center" nowrap="nowrap" style="width: 527px">
			<input name="hl" value="es" type="hidden" />
			<input name="source" value="hp" type="hidden" />
			<input autocomplete="off" maxlength="2048" name="q" size="55" class="lst" title="Buscar con Google" value="" />
			<input name="btnG" value="Buscar con Google" class="lsb" onclick="this.checked=1" type="submit" /></td>
		</tr>
	</table>
	<input value="f" name="aq" type="hidden" />
	<input value="" name="oq" type="hidden" />
	<table style="visibility: hidden; left: 334px; top: 196px; width: 356px;" class="gac_m" cellpadding="0" cellspacing="0">
	</table>
</form> 
IMPORTANTE: La url (que forma parte de la etiqueta "action=", la primera línea del código vamos) la he puesto así porque aún no puedo poner direcciones en el foro, QUITA LOS ESPACIOS PARA QUE FUNCIONE.

Un saludo.