Hi All,
Can anybody help me to fix up this javascript error.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Timestamp: Thu, 6 Aug 2009 12:26:17 UTC
Message: Object doesn't support this property or method
Line: 17
Char: 5
Code: 0
URI: http://xxxx/sites/all/modules/gmap/js/marker.js
Line 17 in this file is
---------------
var m = Drupal.gmap.factory.marker(new GLatLng(marker.latitude,marker.longitude), marker.opts);
----------------
I have the same setup of gmap and gmap location, in my dev and production environment. In dev i am able to see the marker on the map.
but now in production i am getting the ABOVE JavaScript Error.
Any ideas, as how to fix this?
Read »








