On Jun 23, 9:46 pm, notaplayer83 <[email protected]> wrote:
> Hi would you see mine too?
> I have a link... finally. It shows the error.
>
> http://notaplayer83.byethost4.com/mymap/

I think it's your json.js script which is conflicting with the API.
When the code fails, variable g [whatever that's for at that point]
contains "toJSONString", which just happens to be something you have
added to Arrays and Objects. Extending global objects in this fashion
is not recommended.

If I remove json.js from a local copy of your page, I get a blank
alert which is probably due to the error Marcelo highlighted, and then
an error because index.php attempts parent.setActionCursor() which is
forbidden. But the code doesn't fail in the same way as your
production page.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to