Hi all,
when i start the Google search with this code ..

function test_start()
{
        google.load(
        "search", "1",
        { "language" : "de",
        "callback" : "apiLoaded"
        });
}
function apiLoaded()
{
        var customSearchControl = new
google.search.CustomSearchControl('0038726555587615084:qeryjmqhn2e');
        
customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
        customSearchControl.draw('g_results');
        customSearchControl.addSearcher(new google.search.ImageSearch());
        customSearchControl.addSearcher(new google.search.NewsSearch());
        customSearchControl.addSearcher(new google.search.BlogSearch());
        customSearchControl.addSearcher(new google.search.BookSearch());
        customSearchControl.execute('test');
}

i didnt get the Adsense Ads... only when i press the search button.
But why?

Greetz from Germany
MrSulo


-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to