MediaWiki:Googlesearch
来自Jamesqi
站内搜索<script type="text/javascript"> //<![CDATA[ function OnLoad() {
// Create a search control
var searchControl = new GSearchControl();
// Add in a full set of searchers
var siteSearch = new GwebSearch();
siteSearch.setUserDefinedLabel("www.jamesqi.com");
siteSearch.setUserDefinedClassSuffix("siteSearch");
siteSearch.setSiteRestriction("www.jamesqi.com");
var options = new GsearcherOptions; options.setExpandMode(GSearchControl.EXPAND_MODE_OPEN); searchControl.addSearcher(siteSearch, options); // searchControl.addSearcher(new GwebSearch(), options); var options = new GdrawOptions(); options.setSearchFormRoot(document.getElementById("searchForm")); // tell the searcher to draw itself and tell it where to attach
searchControl.draw(document.getElementById("searchcontrol-site-$1"), options);
// execute an inital search
searchControl.execute("$1");
}
GSearch.setOnLoadCallback(OnLoad);
//]]> </script> 载入中......
|
网络搜索<script type="text/javascript"> //<![CDATA[ function OnLoad() {
// Create a search control
var searchControl = new GSearchControl();
// Add in a full set of searchers
var webSearch = new GwebSearch();
var options = new GsearcherOptions; options.setExpandMode(GSearchControl.EXPAND_MODE_OPEN); searchControl.addSearcher(new GwebSearch(), options); var options = new GdrawOptions(); options.setSearchFormRoot(document.getElementById("searchForm")); // tell the searcher to draw itself and tell it where to attach
searchControl.draw(document.getElementById("searchcontrol-web-$1"), options);
// execute an inital search
searchControl.execute("$1");
}
GSearch.setOnLoadCallback(OnLoad);
//]]> </script> 载入中......
|