Hello NG!
i found something akward.
i am putting some data in a InfoWindow.
when i open this data in FF or IE all works fine.
as soon as i put it in the infowindow as InfoWindowContent
IE stops executing the JavaScript.
i even tried with the most simple JS around...
<script type="text/javascript">alert('OK');</script>
note that FF executes ALL javascripts correct! but this will not help,
as also IE has to work on the page...
note that IE also throws:
==============================================================================
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64;
Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR
3.0.30729; Media Center PC 6.0)
Timestamp: Tue, 21 Jul 2009 07:39:58 UTC
Message: 'lat' is null or not an object
Line: 1099
Char: 86
Code: 0
URI: http://maps.gstatic.com/intl/de_ALL/mapfiles/159e/maps2.api/main.js
==============================================================================
which is gmaps api - probably this stops the scripts from working -
afaik ie stops executing JS after an error...
hope someone can solve this with me.
thanks in advance
lumo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---