Hello, I am using using Google maps API http://www.phpinsider.com/php/code/GoogleMapAPI/ . When I am using it on a separate page it is working fine , but I have to display the same page containing MAP in a tab using ajax on other page. When I call the same page on the tab of my index.php page via ajax the map does not show up. Then I wrote the MAP generation code on my index.php page as a default data to be loaded on the first tab(ajax tabs), for that I used image to load the Map <img id="loader" src="loading.gif" alt="" onload="onLoad(); /> as it was not working with body onload function and now the graph is showing up but with an error "GBrowserIsCompatible is not defined http://localhost/Google/index.php Line 2" error.
Can anyone please tell me how I can use this API with ajax in the above scenario -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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-api?hl=en.
