Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to create application to fetch the current location data using Java script.

I want to use this code in any of the browser Firefox,IE,Safari,Chrome,Opera mini along with any version.(1.x,2.x,3.x,.4.x)....

I have tried but it is running with some of the browser and with limited version.

can any body help me out to find out the solution for finding current location using java script for any browser which is compatible .....please share code snippet or any useful link...

thanks, mishal shah

share|improve this question
"Opera mini along with any version"? That's unlikely - support for physical location data was only added in version 4, IIRC (and it's been a loooong time since I've last seen a previous version of Opera Mini). Note that version 5 has been out for some time. – Piskvor Jun 2 '11 at 9:18
2  
What do you mean by "Location"? Geographical location of the user? Location (URL) of the current page? – timdream Jun 2 '11 at 9:18

2 Answers

up vote 3 down vote accepted

Here is the solution which abstracts from platform http://code.google.com/p/geo-location-javascript/ if you talk about geolocation.

share|improve this answer

This is a better resource which includes information about both W3C Geolocation standard and Google Gears Geolocation API

http://code.google.com/apis/gears/api_geolocation.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.