> ...which says: > " A username and password are being requested > byhttp://gmaps-utility-library.googlecode.com > The site says: "Google Code Subversion Repository" " > > If i hit Cancel the pop-up closes and does not affect my site further. > > What do you think could be causing this?
It might very well be to do with this line in your page - <script src="http://gmaps-utility-library.googlecode.com/svn/trunk/ markermanager/release/src/markermanager.js"> You're effectively using Google as free host for javascript ; they might object eventually. Or they could move, rename, or remove the script at any time. Take a copy of markermanager and host it on your own server, and re- point your <script> line to load it from there. 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 -~----------~----~----~----~------~----~------~--~---
