I am working on Integration of Google Maps in Salesforce.
When i try to load my page in IE it gives me a JavaScript error
"google is undefined" , while the same page loads in Firefox ,
perfectly;without any error.
This is how i have created the map:-
<body onLoad="init()">
<div id="map"></div>
</body>
-----------------------------------
function init(){
.................
map = new google.maps.Map(document.getElementById("map"),
myOptions);
..................
}
Any Suggestions will be helpful
Thanks,
Sandeesh
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.