为什么不在同一个标签中显示。我想在点击搜索结果时在同一标签中显示。
<body style="font-family: Arial;border: 0 none;">
<form action="http://mywebsite/googlesearch.html" id="searchForm" method="get">
<img src="images/google.png" alt="Smiley face" height="40" width="100"></br>
<input id="search_text_box" maxlength="256" name="q" placeholder="google search"/>
<input id="search_button" type="submit" value="Search"/></form>
<script>(function() { var cx = 'apicode';
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); })(); <gcse:searchresults-only linktarget="_parent"></gcse:searchresults-only></script> </body>
答案 0 :(得分:0)
我找到了! 使用它来refesh页面 _blank在新窗口或选项卡中打开链接的文档。 _self在单击的框架中打开链接的文档。(默认) _parent打开父框架中的链接文档。
找到代码 替换代码