On Apr 22, 10:18 am, koengils <[email protected]> wrote: > Hi, > > I've got the following problem. > I want to use the geocoding and polygon-drawing abilities of google > maps. > But i use web-user-controls so I can't put the javascript on the page > it self. > I use RegisterStartupScript to get the java to the clientside. > > This works in IE (6) but it won"t work in Firefox. > In FF I see the google maps control but the geocoding didn't take > place, so the map is all gray. > Can anybody tell me what I need to change to get it working in FF?
As you're aware, everything in the API happens client-side. You can also see what the Groups interface has done to your code listing. Please follow the posting guidelines and supply a link so we can see it in action (or rather, see how it fails :-) 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 -~----------~----~----~----~------~----~------~--~---
