Hola,
He creado un motor de búsqueda de google:
http://www.google.es/cse y mi pregunta es:
¿Como puedo hacer para que cuando cliquen en "Buscar" se abra en otra pagina diferente en vez de en la misma?
Este es el código que tengo:<!-- Put the following javascript before the closing </head> tag. -->
<script>
(function() {
var cx = '*******************************(numeros y letras)';
var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.es/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
})();
</script>
Saludos.