2015-01-10 237 views
1

我無法嘗試讓我的搜索工作。我想只讓我的搜索文本框搜索谷歌,然後去谷歌搜索顯示。我根本不需要它來搜索我的網站。只需要使用我的搜索框從我的網站搜索谷歌。我不熟悉使用自定義搜索,所以請告訴我我做錯了什麼。Bootstrap自定義搜索Google搜索

<form class="navbar-form pull-left searchBarFix"> 
    <input type="text" data-provider="https://www.google.com" class="form-control" placeholder="Search Our Games..." autocomplete="on" id="searchInput"> 
    <button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span></button> 
</form> 

回答