On Jan 6, 5:31 pm, JSAmbay <[email protected]> wrote: > > FireBug gives me the error 'E is not defined' this isn't very helpful, > is there a way to view Google's javascript in an un-minified form? The > symptoms of this are that the map displays properly but the zoom/ > navigate gadgets are not shown, the map cannot be dragged and markers > cannot be clicked. The code can be viewed here:http://www.emrupdate.com/map/
It appears you are directly loading v2.184 of main.js. That's against the rules and is likely to break things. I realise that ASP.NET doesn't actually help good HTML coding, but it's a far better idea to load external scripts in the <head> of the page than half-way down the <body>, especially when everything in the body is contained within a form. 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.
