Thanks Ralph and I imagine it would be very difficult to pass
information between I frames as discussed on Mike's page, but I don't
think that's what I'm looking for.

I just want the browser to scroll the whole thing to the top (the
container and the frame) when I fire the marker with

GEvent.addDomListener(div, 'click', function() {
        GEvent.trigger(marker, 'click');
      });

I can do it by reloading the page, but it seems like there must be a
simple way to just tell the browser to scroll up until you can't
scroll up anymore.  Like a named anchor that says to the top...

Does that make sense?



On Sep 22, 4:35 pm, Ralph Ames <[EMAIL PROTECTED]> wrote:
> >I'm displaying a map in an iframe with a bunch of links to markers
> >below it.  I've gotten the links to open the infobubble for the marker
> >but need to force the browser back to the top or refocus the view on
> >the map somehow, otherwise the user can't see the opened infobubble.
> >http://mapcr.com/costaricagooglemap/costarica.html
>
> This might help your thinkinghttp://econym.org.uk/gmap/iframes.htm
>
> Ralph
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to