There are many many possibilities, so the most efficient way completely depends on what you intend and how many different contents you want to display.
Here are a few suggestions: 1. Integrate the contents of the info window in the document tree and read it with innerHTML when needed. 2. Integrate the contents of the info window in a script and overwrite the current content with innerHTML. 3. Use Ajax to load the particular content of the info window. (v3) Example for this one: http://www.wolfpil.de/v3/change-iw-content-ajax.html 4. Load a separate HTML document into the info window using an iframe. (v2) Example for this one: http://www.wolfpil.de/picture-gallery.html Every possibility has advantages and disadvantages and should therefore be chosen context dependant. On Dec 24, 2:24 am, Neokt1 <[email protected]> wrote: > How cna I continuously change the content of the info window in > marker? > > now, I change the content of the info window as opening window. so it > seems to be blinked the info window. > > I want to change the content of the info windows without bliking the > info window. > > help me~~ please! -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
