V 3 Technologies Web Blog

November 1, 2008

Internet Explorer Error for google maps

Filed under: coding — Tags: , , , — admin @ 10:54 pm

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)

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress