Hi, Try looking at the following links:
http://code.google.com/apis/ajax/playground/#search_form_placement http://code.google.com/apis/ajaxsearch/documentation/#SearchControlModes Specifically: Another common option available through this method is the ability to decouple the "search form" from the set of search results. The google.search.DrawOptions object controls this behavior through its setSearchFormRoot() method. This method accepts a DOM element which will act as the container for the search form. // create a drawOptions object var drawOptions = new google.search.DrawOptions(); drawOptions.setSearchFormRoot(document.getElementById("searchForm")); searchControl.draw(element, drawOptions); Cheers! Vision Jinx On Apr 9, 12:00 am, Acz <[email protected]> wrote: > I have this site and I need ti implement the Google Site Search. The > aplication is running successfully. I need a small change in this > manner. > The text field for search nee to appear on the left side of my site > and the results on the center area. Is it possible to separate the > both and get it done?? -- 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.
