On Sep 8, 12:53 pm, Andrew Leach <[email protected]> wrote: > > I'd guess the best workaround is not to use IE8. Failing that, set IE7 > Compatibility Mode. (Search for that)
Yeah, I can't make the assumption, nor can I force my viewers to change their compatibility mode. So, as you said, failing that, I went looking for a way to do it server-side. Microsoft suggest adding '<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />' to the code, however when I did that, IE threw another error: Expected identifier, string or number routes.js The actual line on the page is: <script type="text/javascript" src="routes.js"></script> And since that fails, it doesn't know what 'R209_Polyline' is anymore (says it's undefined) Again, FF and Safari work, IE doesn't. So I'm back at square one here. This does bring me to another question though, is there a way to have an .openInfoWindowHtml on a polyline? Ideally I want to have a popup with information, links and what not in it, not just a simple alert(). > PS: Many flavours of English would hold that you used a word not > usually seen in polite society. Errr ... what word might that be? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
