Home › Forums › JavaScript › Google Custom Search issues › Reply To: Google Custom Search issues
September 21, 2013 at 8:50 am
#150857
Participant
Is in the menu, at the right, but doesn’t display nothing and I don’t know why:
<div class="col-md-4 busqueda">
<script>
(function() {
var cx = 'partner-pub-CCCXXXCCCXXXCCCXXXCCC';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchbox></gcse:searchbox>
</div>