actually that example doesn't work in Opera, but does in safari and
firefox. To see the problem in safari I had to modify the script like
this:
var geocoder = new GClientGeocoder();
geocoder.getLatLng("london",doit);
function doit(point) {
var s = JSON.stringify(point);
alert(s)
}
This does work in Firefox though, but my full version doesn't.
Hopefully these examples will help a little. I am beginning to think I
should just pass simple objects to the server via JSON.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Lift" 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/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---