What I meant was, the input field where you type the keyword you would like to search. I read the documentation but still had trouble doing so. I was able to put the search box in a separate div, but the search results appeared in that same div. What I want to do is have the search field in one div, and the results in a separate div. Is this possible?
On Jul 24, 12:19 pm, Rossko <[email protected]> wrote: > > One more question, is it possible to have the search bar be under a > > different div? > > I don't know what the 'search bar' is. > > Search Control is a part of the Google AJAX Search APIs, so you might > find your answers in the relevant group, or in the documentation, > http://code.google.com/apis/ajaxsearch/documentation/#The_Hello_World... > or even in your own code, since it must be putting the control > somewhere somehow already > searchControl.draw(controlContainer); > > If the question is about the results, rather than the control, again > look to your own code to see how it works now > document.getElementById("latlong") .... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
