I've found a solution working with ajax. just put a div with a progress ID and a suffix like
<div id='001_analysys'> </div> and make ajax request to server page which contains queryes to the data layer. Then just give back data to ur master page with a "innerHtml" javascript command, and eval it when the readystate is complete.. (: data on demand, lightweight, nice (: L. On Nov 2, 5:20 pm, "[email protected]" <[email protected]> wrote: > On Nov 2, 8:03 am, james2009 <[email protected]> wrote: > > > Hi, > > > We just added Google Maps for our direction page. I've created a > > marker with a balloon that contains some information pulled from our > > db. However, they would prefer that the content be the same as what > > is displayed when you view the ballon on maps.google.com. > > > If you go to maps.google.com and type in 'great wolf lodge, wi dells' > > in the search, notice the balloon contains ratings, a picture and > > some additional links. Is there a way to load the same ballon from > > our website instead of writing our own content? > > One way would be to use google maps. Use the "Paste HTML to embed in > website" on the map. > > -- Larry > > > > > Thanks > > > James -- 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.
