I simply want a little script that I can deploy on any page that will allow my code behind files to receive the GPS Latitude and Longtitude for a user on a device that supports this feature like here http://www.merkwelt.com/people/stan/geo_js/sample_with_map.html
Where no data is available, I want 0 and 0 back as the GPS co-ordinates, otherwise I want the GPS co-ordinates either in a hidden field on the form, or as a viewstate field I can retrieve the info from into the code behind or as a hidd…
