On Sep 22, 6:46 am, IcySuMmeR <[EMAIL PROTECTED]> wrote: > I can't paste the link to my map cos it is located in the intranet.
Then you must have a premier/enterprise license. Google provides support with that (although probably not on how to url encode a string...). > > How to url encode the string? That is not an API question, try searching the web for an answer: http://www.google.com/search?sourceid=gmail&q=url%20encode%20string If you post a link so people here can see what you are doing wrong, we may be able to point you in the right direction. -- Larry > > On Sep 22, 1:33 am, "Barry Hunter" <[EMAIL PROTECTED]> > wrote: > > > > > That code is wrong, but please follow the posting guidelines and post > > a link to your map. As it stands it might be a copy paste error that > > makes the snippet wrong or it might be like that in your code - its > > just guesswork. > > > You are more likly to want to do > > > "myserver.aspx?lat=1.12&lng=-23.45&details=This+is+my+house" > > > You should probabyl be passing params in the url. - but also you need > > to url encode the string - so that spaces work. > > > On Sun, Sep 21, 2008 at 3:29 PM, IcySuMmeR <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I'm actually quite new with asp.net. Anyway i have created one page > > > where i put the code obtained fromhttp://econym.googlepages.com/store.htm > > > to my page. However even when i add this -> > > > > GDownloadUrl( > > > "myserver.aspx", > > > function(doc){}, > > > "lat=1.12&lng=-23.45&details=This is my house" > > > ); > > > > It doesn't call the Page_Load function in myserver.aspx. So i wasn't > > > able to retrieve the information from lat, lng and details to be > > > stored. What should I do, does anyone got any suggestions? > > > > Thanks > > > -- > > Barry > > > -www.nearby.org.uk-www.geograph.org.uk--Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
