> I'm so sorry! I got some really strange error msg on that page so I
> created a new one...http://www.g8journey.com/mapII.php

Okeydoke.  You need that debugger so you can see the javascript error
messages and know where to look.
I get 'getAddress is not defined' when the marker is plotted, and the
dragend event listener is being set.

You've put your definition of getAddress() inside your load()
function, so it is in local scope.  When load() finishes running,
getAddress() ceases to exist.
You need to put it in global scope like your other functions.

cheers, Ross K

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