Hi Don,
Yes you can.
Loc:Location = p_web.GetLocation()
Then you can do something like this to store the results.
Gbo:Latitude = clip(p_web.GetSessionValue('_Latitude_'))
Gbo:Longitude = clip(p_web.GetSessionValue('_Longitude_'))
You can do this when the user request a certain page and then you can trigger this. Caution for over using this because you do not want to annoy the user because he will be asked for permission each time.
I do this when a user signs the guest book. The GetLocation() is well
documented in the NT6 docs and works very well.
Ray L. Abadie
Lafayette, La.