I want to get the address of user who is browsing my website. i am doing it with html5 geolocation feature and it is working fine.
But i want to implement this features in browsers which don't supports HTML 5.
Is there any JS library that provides supports to GEOLOCATION api for non html 5 browsers or any workaround to get this done with non html 5 browsers.
Thanks,