Thanks Pil.
The page I posted is just to demonstrate the issue. In the actual
application there are several places where large and complex bits of html
are used within objects. For the production world I build the html into
files that I include via php pre-processing. I've just found it easier to
maintain these files as text rather than as strings. When I load them I do
so via statements like:
var myHTML = '<?php $myHtmlFile = fopen("Logo_HTML.txt","r");$logoHTML =
fread($myHtmlFile , filesize("Logo_HTML.txt"));echo $logoHTML?>';
I'll try to add something to the demo that will allow me to trigger the
attempt to access LatLonTxt after the page has finished loading and see it
that works.
Cheers;
Roy
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/dFIuI3yZgvQJ.
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-js-api-v3?hl=en.