> ??? I don't think so the omgeving_all has the line :
>
>     <tr ><td ><iframe src="/google_maps_all.php" width="100%" height="550"
> frameborder="0" scrolling="no"></iframe></td></tr>


I do think so.
   http://test.villasud.nl/omgeving_all.php
contains an iframe,
    <iframe ... src="/google_maps_all.php"/>
so that calls
   http://test.villasud.nl/google_maps_all.php
which includes the code
   request.open("GET", "/google_maps.php?output=xml&omgeving=", true);
which fetches the XML from
  http://test.villasud.nl/google_maps.php?output=xml&omgeving=
which does not contain any TEST content.

You need to keep track of which files you are using.

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