> As of now I encountered another problem I am not having in myhttp://LocalHost. > In my localHost my map shows all my markers without any javaScript > errors. I think IISv6 is not letting me access the xml file in the > server so the markers are not showing in the server....???????????
Your call for the API is plonked in the middle of a <form>. This will almost certainly give funny results on different browsers, as you call your own script (which relies on the API functions) earlier on in the head section of the page. Probably best to put the API call before your own script call. Your markers are there by the way, but they are being plotted in Antartica (zoom out to see). Lat / longs muddled cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
