On Sep 17, 1:49 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Our google map app shows the mountains the logged user has climbed on
> a map:
>
> http://www.walkhighlands.co.uk/Forum/memberlist.php?mode=viewmap&u=2
>
> Works fine on IE, Firefox etc. but not on Google Chrome or Safari.
>
> Has anyone got any ideas?
Chrome reports
uncaught exception TypeError: Object #<a Document> has no method
'load'
which seems to be objecting to
xmlDoc.load("./AjaxMountain2.php?userid="+userid);
I think you should be using GDownloadUrl() to load your data. That's
cross-browser compatible -- so you don't need separate IE/Firefox
handlers -- and it does work in Chrome.
Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---