On Dec 28, 5:09 am, sandeesh phulkar <[email protected]> wrote: > 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
Follow the posting guidelines and post a link to your map that shows the problem. http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e 1. where do you include the API? 2. is your map variable defined with "var" anywhere? -- Larry > > 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.
