21/04/2010, 00:12:37
http://code.google.com/apis/ajax/playgro...e_restrict
Code :
var webSearch = new google.search.WebSearch();
// Restrict our search to pages from the Cartoon Newtowrk
webSearch.setSiteRestriction('www.cartoonnetwork.com');
// Add the searcher to the SearchControl
searchControl.addSearcher(webSearch);
// Add in a WebSearch
var webSearch = new google.search.WebSearch();
// Restrict our search to pages from zoomjeune
webSearch.setSiteRestriction('www.zoomjeune.be');
// Add the searcher to the SearchControl
searchControl.addSearcher(webSearch);
Et ainsi de suite.