Hi Jon, serverside AJAX, wow ;) Looks like You haven't implemented AJAX right now in your projects.
You have to call a Javascript AJAX request on client side with the geo data (from gears). The AJAX request with the geo data is sent to the server. The server processes the request, gets the geo data and sents back some geo related informations (or/and store geo data as a session var). The browser receives this information with a Javascript AJAX callback function and displays (or do something else) the geo related information. Sascha On 15 Apr., 12:28, Jon <[email protected]> wrote: > Thanks Sascha. > > Do you mean get the server to use AJAX to make requests (as I thought > AJAX was client side only)? > > On Mar 18, 11:42 am,archinform<[email protected]> wrote: > > > Hi Jon, > > > You should use AJAX requests for this purpose. > > And I don't believe, that there will be any structural changes of the > > geolocation function in future by Google. > > > Sascha > > > On Mar 17, 6:30 pm, Jon <[email protected]> wrote: > > > > Is it possible to use the Google Geolocation service directly, i.e. > > > not having to submit the request via the gears_init.js. > > > > The reason I ask is that I have an application that submits its > > > location to a server process, which the determines its location. I > > > would like the server process to lookup the location using the > > > Geolocation API but I can't find a way of doing this. > > > > Does anyone know if this is possible, or when it will be possible? > > > > Regards, > > > > Jon- Hide quoted text - > > > - Show quoted text -
