Hi Ross and others, Thanks for your reply and sorry for being grumpy :-)
I found a link to an explanation of my problem. The writer solves it with a tool but I like to solve it with javascript and ajax. May be this can help? http://www.reimers.dk/blogs/jacob_reimers_weblog/archive/2008/11/23/an-example-using-updatepanels-and-google-maps.aspx Roel On 17 jan, 00:33, Rossko <[email protected]> wrote: > I find asp.net difficult to debug. > > Your HTML is invalid - more <div> than </div> - which might mess up > the map_canvas div > > You have unencoded ampersands in your URL generation > var url = "./generateroute.aspx?userid=" + userid + > "&tripid=" + tripid > which might mess up your AJAX > > 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 -~----------~----~----~----~------~----~------~--~---
