> No, all of these updates must be done on specific users browser and No one > else can see them.
OK, it wasn't clear if you needed to save this stuff. http://mybcit.blogspot.com/ The page gives a javascript error "Point not defined" on this line - document.getElementById("lat1").innerHTML = Point.lat().toFixed (5); which is inside the map click listener. 'Point' hasn't been defined in there; but 'point' has. javascript is case-sensitive. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
