这是我正在开发的网站的链接
http://ashteldemo.com/leonardpatel/
我在页面右上角使用了谷歌自定义搜索框
当任何人编写查询并按回车键时,它应该在不同页面或不同选项卡上显示结果,但在同一页面或同一选项卡上显示结果
这是谷歌提供的代码:
<script>
(function() {
var cx = '006011017794504203273:7s66ki24jds';
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-only></gcse:searchbox-only>
有什么办法可以解决这个问题?,我想在不同的选项卡上显示搜索结果或