I'm very sorry for the stupidity of such a question but the problem I'm experiencing is very frustrating.
I'm devoping a very simple app with google maps API js v3. I did all my debugging with firefox on windows and on linux and it was ok. When I try with explorer I got the bad surprise that nothing was actually working and then I've tried to boil down my app to the easiset possible running configuration and this is where I am. The aim of the game is that a visitor would press a link to open a separate page with a map and few form inputs... The link is actually a javascript that is opening the window and writing the document dynamically into that window. Here you can find the example. http://fusion-table.blogspot.com/2011/08/testo-for-internet-explorer.html You will see three links, all are working in FF, but only the first one is working in IE. The difference between the first two is that the second is loading the google maps API: <script type="text/javascript" src="http://maps.googleapis.com/maps/ api/js?sensor=false"></script> Any help is very much appreciated. Thanks cheers, hilbert -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
