Hi. Sorry for the quick post but I am totally baffled why in this
example 'test1' will write to the document, but the test2 or test3
will not. Can anyone explain this?
Thanks in advance:
<script type='text/javascript'>
document.write('test1');
var geocoder = new GClientGeocoder();
geocoder.getLatLng('RH16 1TW',
function(point) {
if (!point) {document.write('test2');}
else {document.write('test3');}
}
);
</script>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---