On Jun 2, 12:40 pm, Swineair1 <[email protected]> wrote:
> Firstly I'm not a programmer, but can handle HTML okay.
>
> I've been trying to get 3Dtracking to display itself on a webpage. I
> have enabled and used it by creating an account and logging in each
> time but I want to use it on a stand alone Map page as
> atwww.northreppsaerodrome.co.uk/3dtracking.htm
>
> I cannot get maps to display or show the latest 'sensor' location.
You have split a string across lines at line 52:
var url = RandomizeUrl("http://free.3dtracking.net/live.kmz?
guid=54022e7e-c363-401f-ba6f-a984c19b785d7&sensor=true");
Javascript fails because there isn't a closing " character before the
end of the line. The line starting "guid" should be immediately after
the ?
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
-~----------~----~----~----~------~----~------~--~---