// Automatically get the user's location when the page loads window.onload = function() { getLocation(); }; navigator.geolocation.getCurrentPosition(function(position) { // Success logic console.log("Latitude:", position.coords.latitude); console.log("Longitude:", position.coords.longitude); }); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude; var lon = position.coords.longitude; $.ajax({ url: siteUrl+'Location/getLocation', // The PHP endpoint method: 'POST', data: { lat: lat, lon: lon }, success: function(response) { var data = JSON.parse(response); console.log(data); } }); }); } }
US Attorney's Office, District of Delaware. / Logo
An Indian national residing in the US illegally has pleaded guilty to participating in a cross-country conspiracy that defrauded elderly Americans out of more than $2.1 million, federal prosecutors announced on May 21.
Rakesh Kumar Patel, 36, of Flushing, New York, entered a guilty plea before US District Judge Richard G. Andrews in Wilmington, Delaware, to wire fraud conspiracy charges. The charges stem from a year-long scheme that manipulated vulnerable senior citizens into surrendering their life savings under the guise of cooperating with a fictitious federal investigation.
Also read: Illinois jury convicts illegal Indian immigrant in elder fraud scam
ADVERTISEMENT
ADVERTISEMENT
Comments
Start the conversation
Become a member of New India Abroad to start commenting.
Sign Up Now
Already have an account? Login