WOW, that seems so simple! I can easily create the java code in the other IFRAME (or an adjacent DIV tag if I decide to get away from the IFRAMES) and add that code. Ill give it a shot...thanks for your help!
On Aug 28, 4:40 pm, "Barry Hunter" <[EMAIL PROTECTED]> wrote: > Ah, first thing is to keep track of each marker so you can keep track > of it. Eg create a global array and then put them in it. > > ... > var markers[ID] = new .... > ... > return markers[ID]; > ... > > then in your listing, call something like > > window.parent.frames['GoogleMap'].window.markers[ID].click(); > > (where GoogleMap is the 'name' given to the iframe) > > > > > > On Fri, Aug 29, 2008 at 12:30 AM, Mid_west <[EMAIL PROTECTED]> wrote: > > > Thank you for at least starting a dialog. > > > Given the fact that the page is showing live data, I hesitate in > > posting it so I stripped everything off and am just showing the map > > and the other IFRAME. > > >http://reports.leadsenders.com/web/List_example.htm > > > Thank you in advanced for your help. > > > -S > > > On Aug 28, 4:04 pm, "Barry Hunter" <[EMAIL PROTECTED]> > > wrote: > >> What if we dont know of any? ;) > > >> But there are so many variables to your map that make this very hard > >> to answer (eg is the iframe on the same domain) - is the infowindow > >> data already in the iframed page or does it need to be loaded etc, > >> etc,etc > > >> On Thu, Aug 28, 2008 at 11:52 PM, Mid_west <[EMAIL PROTECTED]> wrote: > > >> > I guess what would really help me out the most is seeing some sample > >> > code that accomplishes what I described above. > > >> > -S > > >> > On Aug 28, 3:43 pm, Mid_west <[EMAIL PROTECTED]> wrote: > >> >> I read that...and I posted a link. Im not sure what you are asking > >> >> me? Please be more specific. > > >> >> On Aug 28, 2:24 pm, marcelo <[EMAIL PROTECTED]> wrote: > > >> >> > Please read the group's posting guidelines. They have just been > >> >> > updated for your > >> >> > convinience:http://groups.google.com/group/Google-Maps-API/web/suggested-posting-... > > >> >> > -- > >> >> > Marcelo -http://maps.forum.nu > >> >> > --- Hide quoted text - > > >> >> - Show quoted text - > > >> -- > >> Barry > > >> -www.nearby.org.uk-www.geograph.org.uk--Hide quoted text - > > >> - Show quoted text - > > -- > Barry > > -www.nearby.org.uk-www.geograph.org.uk-- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
