+1

but Christopher, what the hell this page is all about? everything is
all over the place... especially if you pan the map... wow, i never
was so confused with a map :D

On 22 Aug., 21:45, xelawho <xela...@gmail.com> wrote:
> > how can i stop the function doGeolocation from trying to perform in IE, can
> > i hide it from IE? are they if statements that will hide it? when i debug
> > this is what shows up.
>
> it seems to me like you should do browser detection (there's plenty of
> code examples available out there) and set up an alternative for IE to
> use. Something like
>
> if (IE) {
> function that tracks user by IP address
>
> } else {
> doGeolocation();
> }
>
> (although it may be worth pointing out that in IE7 it works fine, and
> firebug should detect an absence of gears as it is somewhat outdated
> and has not been available to firefox for some time now)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to