On Sep 4, 4:32 am, ajax <[EMAIL PROTECTED]> wrote:
> http://www.mytrailrecord.com/mytrailrecord
>
> The  problem  is  only  this  :
> echo "<script type=\"text/javascript\" src=\' ".GEO_URL_ROOT."/get/
> gmaps.php?r=".$routeObj->id." \" ' ></script>";
>                    right  or
> wrong ?
>  thanks !

I can't see where that [or its output] appears at the URL you quoted.
I would expect its output to look like
<script type="text/javascript" src='GEO/get/gmaps.php?r=XX " ' ></
script>
which, while it won't fail, is fairly obviously wrong -- you don't
need the \" after your object id, and you need to make sure your
spaces are correct.

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

Reply via email to