> You can see this
> here:http://www.vision2025.nrw.de/include/my_layout_toukarte_mitDetails.html
Here's a possible snag for you.
In the iframe, you run
map = new GMap2(...
but 'map' is a undeclared variable.
Different browsers handle that differently.
IE will even look for something in the DOM with the same id.
In your parent page, there's a <map> element with id='Map'
Some browsers are case sensitive, some aren't ...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---