On Sep 23, 12:38 pm, nilesh376 <[email protected]> wrote: > > I dont think GEvent.addListener is the real culprit, but who else I'm > not able to figure out. Can anyone assist whats going wrong in the > code? > > heres the linkhttp://doteditor.wateraid.org/temp/temp786.asp?
The problem is probably these lines: <script src="http://www.google.com/uds/api? file=uds.js&v=1.0&key=ABQIAAAASkdTx- xrMIvAXHXAtEM9qRSXMGIOLlzvaf_QcvWUg2yOnfxd2xTJk90A_X6gK8M0z0puIJwGyF4uTg" type="text/javascript"></script> because you have introduced a line-break after the question-mark. There should be no line-breaks inside a string delimited by quotes. In this case, it looks like the loader is being told the wrong thing because of the additional spaces before "file=" Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
