Internet Explorer Error for google maps
Internet Explorer Error for google maps
GPolyline onto the google map
error message:
Line: 30
Char: 18
Unexpected call to method or property access
Sol:
add this code in html tag
<HTML xmlns=”http://www.w3.org/1999/xhtml” xmlns:v=”urn:schemas-
microsoft-com:vml”>
then add the following code ein head section of the page
<style type=”text/css”>
v\:* { behavior:url(#default#VML); }
</style>
(Thanks to Kishore from Gmail groups)