<!--got this from http://www.getgooglesearch.com/-->
<fieldset id="searchbox">
<form method="get" action="http://www.google.com/search">
<input type="text" name="q" size="25" maxlength="255" value="" />
<input type="image" src="../media/google.gif" alt="Submit button" title="Submit" /><br />
<input type="checkbox" name="sitesearch" value="arenanewbs.com" checked="checked" />Only search Areneanewbs.com<br />
</form>
</fieldset>
如果您取消选中该框,则Google网站搜索会正常运行,但在我的实际网站上,它无效。任何人都可以帮助我吗?
答案 0 :(得分:0)
我认为该名称应该是site而不是sitesearch
答案 1 :(得分:0)
“不起作用”,因为搜索在您提供的页面上未返回任何结果。您提供的arenanewbs.com
域does not even exist。
请参阅this jsfiddle以获取证据,不同网页的搜索实际上有效(在我的示例中,这是bbc.co.uk和“华尔街 “短语”。
答案 2 :(得分:-2)
make value="http://www.google.com"
,它会起作用。